Page 1 of 1

FrontEndUsers - Reset password link not working - it asks to login

Posted: Tue Mar 18, 2008 3:48 pm
by jimeu
1. the user request the email for the forgot email password - working

2. The user does receive the email with the reset link - working
http://cchb.solucionesmodernas.com/web/ ... eturnid=15

3. When the user cliks on the link, or copy/paste to a browser
We get to the normal login user/password.
Not to the page where the user and code are alredy inserted and the prompt for the password / again  to reset the password.

If I login with a user, than paste the link, I am taking to the page to reset the password.

This is my code on the template (not content) so it affecta all pages.

Basically if the user is logged in it should display the content/menu/etc if not only the FrontEndUsers Module


{if $ccuser->loggedin()}

Our Header
    {cms_module module='menumanager' template='TopMenu'}
    {title}
    {content}
   
     
{cms_module module='menumanager' template='BotMenu' number_of_levels="1"  collapse='1'}
      ©2008. Club Hebreo. Todos lo derechos reservados.

        Soluciones Modernas
   

{else}
    {FrontEndUsers lang='es_ES'}
{/if}


So it looks like I need to login before I can access the reset password prompts.

any ideas / suggestions

Jimeu

CMSMS 1.2.3
FEU 1.4

Re: FrontEndUsers - Reset password link not working - it asks to login

Posted: Mon Aug 17, 2009 4:47 pm
by Golf Gti
I know this post is old, but fo the sake of information:

Anytime you use the {if $ccuser->loggedin()} directly in the template you have to create sperate pages
(page aliases can be entered under FrontEndUsers Preferences tab)

1. create a seperate page with the {FrontEndUsers form="forgotpw"} on it.
2. Enter page alias in preferences
3. test link

Re: FrontEndUsers - Reset password link not working - it asks to login

Posted: Mon Aug 17, 2009 5:06 pm
by calguy1000
read the document here:  http://calguy1000.com/downloads.html