Page 2 of 2
Re: Frontend Users module - forget password doesn't work
Posted: Tue Nov 06, 2007 8:39 pm
by moorezilla
My forgot password doesn't seem to be emailing out to users. I've looked at all of this post, and the only thing I haven't tried is the sort order. Right now, all my extra fields have a sort order of 0. If I have three fields, should one be 0, one be 1, and one be 2? I'm just a little unclear about the sort order, since the default seems to be that they're all set to 0.
In a nutshell, could the sort order not being set prevent an email from being sent, and if so, does it matter how the order is set?
I am using the latest frontendusers and the latest cmsms, with self reg and customcontent also updated to the latest version.
Thanks,
am
Re: Frontend Users module - forget password doesn't work
Posted: Thu Jan 10, 2008 10:10 pm
by ironblaze94
has anybody got a definite solution to this ?
i have my required email field for group members and it's sort code is 1
i have a valid email for my user but still no email
Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 4:01 pm
by ironblaze94
anybody ? i have done everything Calguy states in his post on the previous page but still nothing
would the server have a problem with CMSMS sending the email ? i use the contact form and it works perfect
Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 4:03 pm
by calguy1000
FEU Uses CMSMailer to send messages.... try the CMSMailer test function and make sure it works. I tested this again and it worked for me.
Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 6:45 pm
by ironblaze94
Ahh got it now
I tried sending the test message, but received no email.
So i decided to fiddle with the CMSMailer option and switched the Mailer Method from SMTP to Sendmail
and now the lost password function works

Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 7:26 pm
by nivekiam
Perhaps that should be the default setting. I'd say more hosts send mail through sendmail than those who allow sending via SMTP.
I've submitted a feature request so we'll see:
http://dev.cmsmadesimple.org/tracker/in ... 1&atid=280
Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 9:00 pm
by calguy1000
Heh, I was told to make SMTP the default (a while back) just for that reason.
Either way.... people should test CMSMailer just after they complete the installation process.
Re: Frontend Users module - forget password doesn't work
Posted: Fri Jan 11, 2008 9:27 pm
by nivekiam
ah, well if it's already been changed it would probably be best to not flip-flop. Do what ever you need to with that feature request, close it, delete it, what ever.
Thanks.
Re: Frontend Users module - forget password doesn't work
Posted: Mon Jan 14, 2008 4:41 pm
by ironblaze94
ok if i get the email and then click the given link in the email i am taken to my specified lost password page but the content area is blank
i have checked out the source and it shows the div tags having the hidden command, surely that shouldn't be ?
Re: Frontend Users module - forget password doesn't work
Posted: Tue Mar 18, 2008 3:44 pm
by jimeu
I take this issue to a little more extend....
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