Is there a way to let user change pre-filled email and resend activation eMail? Maybe a user typed a wrong eMail while registering and he/she wants to change and resend the acrtivation eMail!

I created a new module that do that, I redirect user after "immediate-login" to my new url "user/change_activation_email" that let user change own eMail address and resend activation eMail.. is that the right way to do that?

Regars

Comments

hunmonk’s picture

Status: Active » Fixed

your approach sounds fine to me. and since it's already in another module, i see no issue here.

thepanz’s picture

Status: Fixed » Active

Maybe this feature is a need for someother user, and I'd like to merge my "homemade" module with yours (I needed also to edit a bit logintoboggan.module).
Another "feature" this module merging will need is a "force user to verify own email" also if he/she change it using user/UID/edit form, maybe effectivelly change own address only when it's confirmed..

Should I open a new feature request for that?
Regards

hunmonk’s picture

Status: Active » Closed (won't fix)

Maybe this feature is a need for someother user, and I'd like to merge my "homemade" module with yours (I needed also to edit a bit logintoboggan.module).

i'd actually prefer if you'd keep it as your own module. i'm pretty sure you can do what you require without modifying logintoboggan at all. your custom path as the landing page, and maybe some form_alter'ing should do it.

Another "feature" this module merging will need is a "force user to verify own email" also if he/she change it using user/UID/edit form, maybe effectivelly change own address only when it's confirmed.

once upon a time there was a core feature request similar to this, but i can't seem to locate it. at any rate, i think this is out of scope for this module. you can of course include it in your own module, or champion it for core -- but i won't add this in logintoboggan.

rupeshpulse’s picture

Can you please let me know what changes we need to do to let user change-and-resend eMail for activation.

If possible will you provide me code for same.

Thanks in advance.

willi.firulais’s picture

Hallo,

This is exactly what i am searching for. Is it possible can you can provide somewhere your source the source of change-and-resend eMail for activation?

Thx for help, Willi