o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

change password -

So I have a program with a password, and I want people to be able to change the login password. I have the basic 3 boxed,

old password
new password
confirm password

how to I go about storing the password in the exe file?

 

change password -
So I have a program with a password, and I want people to be able to change the login password. I have the basic 3 boxed, old password new password confirm password how to I go about storing the password in the exe file?


Set/Change Password -
hmm, i was wondering how i could setup a set change password option. just simply, when the program first starts (meaning the first time) there is NO password, so the user leaves it blank. then they can change it, leaving the old password field blank. to change it from there on, they fi


Last time... Please help! -
OK. All I want is to do is check wheather a password is correct or not. I want to ask a server if as string like "asecret" is the correct password for user "myname". All I want to know of the server is if the password is OK or NOT OK. I'm not using it for password g


ADS Again! -
I am storing a password in an ADS file. Suppose I save the password hello. Using a CommandButton, VB tells me that the password is hello. Ok......fine.......next I decide to change the password & enter a new password, say, bye. Now when I retrieve the password, I find that the pass


Call Windows Change Password Program -
I'm working on a program that under certain conditions will require the user to change their network password (exactly like when the password expires). Does anyone know the exe or Windows API name for the Windows 2000 Professional 'Change Password' feature? Thanks, Nate


Password (Save/Change) -
hi all! how can i make a simple program with 2 forms. Firts oe to access my programs options and the second one to change the password for the Form1. Wen form1 is loaded to appear "Enter your password" after i give the password to enter into the form2. But i need to know how


change password, and password expiry -
Hi I have created a vb system and the user must login, i have this done where the user enters a name and password and this checks the database and allows the user into the system if name and password correct and generates and error if incorrect. I now have to make the system so tha


change password, and password expires -
Hi I have created a vb system and the user must login, i have this done where the user enters a name and password and this checks the database and allows the user into the system if name and password correct and generates and error if incorrect. I now have to make the system so tha


data connection password (access mdb) -
Hey, I'm a newbie in vb.net with mdb : 1. I've change the password for my access mdb file, but I can not change the password in the data connectiong (it persists on staying the old password). 2. how do I put the mdb password inside the code so it won't be shown on the connecti


NT USERNAME/PASSWORD -
I know how to get the current username of the used that is logged in, but here is the hard one... How can I get their password? I want to allow people to change their database password, but by default I want it to to be their NT logon password... for instace: if their DB password


[2005] Change password control without the current password field -
I need an admin option to change a user's password if they forget it... but the condition is that the admin does not know the user's current password. I tried adding the ChangePassword control, and it works fine for the users changing their own passwords, but when I tried to remove the


[2005] Password-Setting Issue -
I am creating an application that protects your computer from getting accessed except for you. So, I have come down to making a password to change settings and whatnot. I have implemented password detection, password loading, password setting, and whatnot, but there is one final pro


Ask Jeeves solutions needed -
Hello, I'm looking to be able to offer an 'ask jeeves' type search solution for my customers. The customer will enter a question in a text box such as "how do I change my password?" and the app will return options like: How do I change my password? How do I change m


Changing Expired Password w/ ASP -
Hi, We have a web application where we want a user to be able to change his/her password if the password has expired but we are unable to do this with ASP (at the moment) because we can't log the user into the database without a valid password. We do not want to store any "ad


Calling Change Password Box in Windows 2000 -
I'm working on a program where, when a certain condition occurs, I'd like the program to display & use the Change Password dialog box. I'm using Windows 2000 and what I'm looking for is the ability to either a) call up the Windows Security dialog box (like the Crtl+Alt+Delete keys


Passwords (i'm a bit dumb) -
This is a really straightforward problem, but basically i need a password screen with password, and the option to change the password (obviously you will have to ask for the current password). Piss i know, but im a bit of a newbie.


Changing MySQL db password from VB -
I'm not too familiar with MySQL, my partner (whom is currently unavailable) does that stuff, and I need to know how to change the database password from a ADODB connection. conn.execute (SQLStatement) Now what would I need there to be able to change the db password?


ADSI and ASP.NET Change Password -
First of all I am extremely new to ASP and ASP.Net using VBScript. I am trying to use ADSI in Asp.Net and having no such luck. Basically what I'm trying to do seems relatively simple. Allow a user to change his/her password. I've found a number of articles in ASP using VBScript


Using Javascript in .NET -
Hi, i need to validate my form using javascript... how it can be done... For eg take a change password screen which prompts for old password, new password and confir new password.. i need to validate whether the new password and confirm new password are same.. Thanks in ad


Storing a change to a password -
Hi guys... I have several forms which use a password (which im currently storting as a string in each form that uses it). WHat i would like to do is be able to change this password so that any changes are kept when i shut down the program and then run it again the next day (if th


Getting MY Password! IMPORTANT!... -
Heres my situation... My bro always uses the computer b4 me, and he changes the screen saver password and the lets it go on b4 he gives me the computer. If i turn it off my dad gets mad, cuz he hates it when we turn it off without shutting it down properly. So i have to yell at him fo


[2005] Finding For Password Codings -
I tried many search engine but I cant seem to find a password coding that have this features : -Mutiple Login Username and Password -Instance Password Change -Password Recovery If you happen to find any coding please help Thanks in adv.


bytes checking/comparing... -
hi there. What I am doing is a bit complicated, well really simple but some aspects of it are complicated. I am trying to compare a password that is stored in bytes in SQL with a textual password suppled on the form, I can convert that to bytes no problem and gives me the same by


MySQL Password Change From PHPMyAdmin *Found It* -
How do I change my MySQL Password in phpmyadmin? I saw the button "Change User Password" not too long ago, but i upgraded my PHPMyAdmin, and i think its gone now :shrug: phpMyAdmin 2.3.0-rc2 Tnx


Win2K Password Change -
Is it possible to change a Windows 2000 user's password? I have an ASP application in which all users must be authenticated on my win2k web server. I need to change their passwords every three months and I would like to automate it. Any ideas?


Password checker.... -
I need to make a application to set the local machine 's password the same as the W2K network, here is what it should do: 1-checker runs in the background after boot up 2-user is prompted for the network (W2K Active Dir) password change 3-user changes password 5-changes are m


Domain Administrator password changing -
hi all, is it possible to change the domain administrator password through VB code or vb script. can anybody give me some suggestions regarding this. Actually in a click of action it should ask for the new password to change. thanks in advance saj


How to Change Database Password -
Dear Friends, Suppose I have a MS Access 2000 database file (.mdb). For security reason, a password is required for opening. How to write code to change password by the administrator. Does it need DAO to achieve? Or just ADO? Because the user does not have MS Office, I am


Changing database password, help! -
me got a database with a password on it... how do i change the password replacing the old with a new password I tried Set DB = OpenDatabase(dbFile, 0, 0, ";pwd=" & Trim(strOldPass)) DB.NewPassword Trim(strOldPass), Trim(strNewPass) but it gives me some error m


changing password -
i have a login form, the user will enter his name and password, if correct, they will have an option if they want to change his password, if yes a new form will appear asking for the old password, new pass word and confirm new password if everything matches the login form will appear.


able to change password if expire -
I want to check if my window login password expire. If it does then I want to pop out a prompt box asking for the new password.The prompt box cannot come from a vb form as it is one of the criteria. I want a prompt input box asking for new password and then ask for verify the first pas


Change Login Password -
How can I change a password in a MSAccess database VB.Net I have a login page fully functional. Created it in vb.net. Now I like to learn how to change the password. My credits to Pirate for submitting the code for the login page. I use it for almost every program that I create suc


user creation under vbs -
Hi I'm trying to create users with VBS I can create the user, set their password and groups all fine. BUT, the user is created with the 'User must change password at next login' flag set I would like that flag unset and to set the flags User cannot change password and Password


Solved - Change Password -
Hi, How can I change my Database Password programmatically. I am using Access 2000 as backend and ADO for connection.


what wud be the code for password change option -
dear guys now i can log in by user name and user password by usuing login table (username & userpassword) what if a user want to change his password then what wud be the code for that .. pls give me some hints ur help wud be appriciated for a bigginer like me reg


How to change database password of Access -
Does anyone help me to solve this problem? I have an Access database with password (to open) is 123. How coding (in VB.Net 2003) to change the password to be 3456? Regards, Hai


Reading the Account Option "User cannot change password" in Active Directory [02/03] -
Hello all I have an ASP.NET 2003 application (running Windows XP) that allows user to change and reset their Active Directory password. I'm using an admin account to query and reset the passwords once the user enters criteria to identify themselves. I want to check, in code, the A


VB6 - SQL - db STOLEN! -
I need to get a VB6 application developed that will be deployed to over a 1,000 end users. Their application data will not be stored locally but on a central SQL db on a server through internet. Each user can view and update certain information on the db. The problem is, the SQL db


VB6: Save info in file -
Hello again! The Visual Basic-newbie is back, and this time he want help with his program to "remember" information. I've created a program in which there's a "log in"-form in which you type username and password. Currently the correct username and password ha


need a translator spanish / french -
Must be fluent... I need the following translated: Close Form Select Language: Enter password to be remembered! Please enter your user name! Please enter your current password! Enter Current Password! User not found! Please enter a new password. Enter New Password Please