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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
jimeu
Forum Members
Forum Members
Posts: 17
Joined: Mon Mar 10, 2008 11:49 pm

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

Post 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
Golf Gti

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

Post 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
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

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

Post by calguy1000 »

read the document here:  http://calguy1000.com/downloads.html
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “CMSMS Core”