Gossamer Forum
Home : Products : DBMan : Customization :

secure password lookup

Quote Reply
secure password lookup
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

Quote Reply
Re: secure password lookup In reply to
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/
Quote Reply
Re: secure password lookup In reply to
Ok, I added that snippet and that worked.
Thank you JPD
I have another question but first I'll look through past postings. Its probably already there.
5th