recover password

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
alejandro

recover password

Post by alejandro »

Hello, how do you do...

I have this error when clicking on recover password link:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/wwwsiep/public_html/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 8

any help will be appreciated
regards
huam

Re: recover password

Post by huam »

I've the same error  >:(.
Nick Smart
Forum Members
Forum Members
Posts: 116
Joined: Mon Jul 28, 2008 4:48 pm

Re: recover password

Post by Nick Smart »

Have a look at the "Lost Password Template" in the Front End Users module. You'll probably find lines like this:

Code: Select all

{if $message != \'\'}
i.e. with "\"s before each quote. Try remove the "\"\ so they look like this:

Code: Select all

{if $message != ''}
Nick
User avatar
lemonaid
Forum Members
Forum Members
Posts: 77
Joined: Mon Sep 22, 2008 7:44 am

Re: recover password

Post by lemonaid »

That fixed it for me.

Thank you Nick ;D
Locked

Return to “Modules/Add-Ons”