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
Frontend Users module - forget password doesn't work
Re: Frontend Users module - forget password doesn't work
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
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
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
would the server have a problem with CMSMS sending the email ? i use the contact form and it works perfect
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Frontend Users module - forget password doesn't work
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.
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.
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.
Re: Frontend Users module - forget password doesn't work
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
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
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
I've submitted a feature request so we'll see:
http://dev.cmsmadesimple.org/tracker/in ... 1&atid=280
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Frontend Users module - forget password doesn't work
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.
Either way.... people should test CMSMailer just after they complete the installation process.
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.
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.
Re: Frontend Users module - forget password doesn't work
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.
Thanks.
Re: Frontend Users module - forget password doesn't work
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 ?
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
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
any ideas / suggestions
Jimeu
CMSMS 1.2.3
FEU 1.4
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
So it looks like I need to login before I can access the reset password prompts.
{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}
any ideas / suggestions
Jimeu
CMSMS 1.2.3
FEU 1.4