|
Please
click
here for details
on how to nake the
database password
protected.
Change the password
- Open
the database in
open exclusive
mode on the arrow
next to the open
button
- Enter
the password.
The password is
set to letmein
by default
- Click
on Tools - Security
- unset database
password
- Type
in the password
- Now
there isn't a
password on the
database
- Now
click on Tools
- Security - set
database password
- Type
in the new password
and then again
to verify
- The
password is set
for the database
Set
the password in
the common.asp files
of the Login Manager
- Open
the common.asp
file
- Go
to the section
where the script
Initialises variables
- On
the last line
of that section
there is strDatabasePassword="letmein"
- Change
the word letmein
to your new password
that is set on
the database
- repeat
steps 1 - 4 on
the common.asp
in the admin folder
|