Hi all, i installed the secure password lookup mod and it works well, no errors. Problem is when i use guest to log in i get the change password in the footer. Don't want that. Thanks in advance
Aug 9, 2000, 1:02 AM
Veteran / Moderator (8669 posts)
Aug 9, 2000, 1:02 AM
Post #2 of 3
Views: 1379
The thing to do is to allow a default user to access the database so that you don't have to use the "guest" login at all.
However, if for some reason you want to keep the "guest" login, you can make a change in the footer.
print qq!| <A HREF="$db_script_link_url&change_password_form=1">Change Password</A> ! unless (($db_userid eq "default") || ($db_userid eq "guest"));
JPD
http://www.jpdeni.com/dbman/
However, if for some reason you want to keep the "guest" login, you can make a change in the footer.
print qq!| <A HREF="$db_script_link_url&change_password_form=1">Change Password</A> ! unless (($db_userid eq "default") || ($db_userid eq "guest"));
JPD
http://www.jpdeni.com/dbman/