Gossamer Forum
Home : Products : DBMan : Customization :

Secure password lookup - Change password. Help needed!

Quote Reply
Secure password lookup - Change password. Help needed!
I have implemented the "Secure Password Lookup" Mod from JPDeni

When I press the link: Change Password I get the message


"The database program received a command that it did not understand"


This is as far as I know is this the only thing that doesn't work now.

Is there anyone who can help me with this?

My files can be found at:


http://www.colombiaklubben.no/dbman_txt/db_cgi.txt
http://www.colombiaklubben.no/..._txt/default_cfg.txt
http://www.colombiaklubben.no/dbman_txt/html_pl.txt


And the script runs at:


http://www.colombiaklubben.no/dbman/db.cgi

If you need to sign up to test - please do!


Jan Peter
Quote Reply
Re: [JPWiese] Secure password lookup - Change password. Help needed! In reply to
Not sure this is the solution, but if you are not allowing default users you could probably just use for the link:

print qq!| <A HREF="$db_script_link_url&change_password_form=1">Change Password</A> !;

Unoffical DBMan FAQ
http://redundantcartridge.com/dbman/
Quote Reply
Re: [LoisC] Secure password lookup - Change password. Help needed! In reply to
I get the same errormessage when I make this change in the sub html_footer.

From this code:


print qq!| <A HREF="$db_script_link_url&change_password_form=1">Change Password</A> ! unless ($db_userid eq "default");


To this code:


print qq!| <A HREF="$db_script_link_url&change_password_form=1">Change Password</A> !;


Jan Peter
Quote Reply
Re: [JPWiese] Secure password lookup - Change password. Help needed! In reply to
Your best bet would be to search all threads related to the mod and see if anyone else has had the problem and if a solution has been posted.

Did you turn on debugging to see if it would tell you anything? Also search for the error message you recieved within the forum and see what you can come up with.

Sorry I could not be of more help, but I have not used the secure password lookup mod myself.

Unoffical DBMan FAQ
http://redundantcartridge.com/dbman/