login

  1. S

    Question Login system

    Ok, first off, I'm a beginer in Visual basic.studios. I get how to code for the most part. What I'm looking for is a login system so that users can register an account, but for now all I would want the user and password to save in a text file on my computer called "Accounts". I've been looking...
  2. qwertzguy

    How to store a password securely?

    Hello, I have an application that has to login on an online service. And I want peoples to be able to store their password for that online service in my application so that they don't need to enter it each time they launch my application. The thing is how do I store this password safely? So...
  3. formlesstree4

    Database Driven Login form with Admin backend (Image Heavy)

    Well, I asked around here, got a partial answer that really helped out, but I decided to write an official How To on a database driven login form. I'll include the Administration Backend to go along with it soon. Dial-Up users should not use this thread, it is image heavy So, here we go...
  4. P

    how to validate user in active directory

    suppose i have a domain="domain" and username="user" and my password="pass" for the active directory login. Also in "description" my account is set as "Lab Account" i want to write a function to validate the user whose username is "user" and description="Lab Account". since i am beginner can...
Back
Top