Page 1 of 1

FrontEndUsers

Posted: Tue Dec 02, 2008 3:49 am
by tmk
Maybe I'm asking FrontEndUsers and SelfRegistration to do too much... but here's what I'd like to do:

Allow self registration to collect all fields defined, most of them required. Not sure how to get all fields in the selfreg form/template.

Put new registrants in a pending status until they're approved by me, then they'd be valid FrontEndUsers. (it would be nice to let them know via email that they've been approved).

I also would like to be able to add a user and enter in +all+ the data via the FrontEndUsers admin area, but adding users now this way doesn't provide a way to input the added fields.

Thanks in advance.

TK

Re: FrontEndUsers

Posted: Tue Dec 23, 2008 7:29 am
by oyeindia
I'd love to know how to do this as well. Any help, anyone?

Re: FrontEndUsers

Posted: Tue Dec 23, 2008 12:57 pm
by vilkis
Almost all that I can do with FrontEndUsers and SelfRegistration, except letting user to know that he have been approved:
1. create particular properties for user and assign them to Frontendusers group that will be used in Selfregistration;
2. turn on " Require the user to confirm registration via email:" in SelfRegistration properties;
3. modify Confirmation Email Template in SelfRegistration - remove lines:

Code: Select all

Follow this link: {$url}
or this link: {$smallurl}</p>
Code: {$code}
in Text message body and HTML message body. After this modification new user can not to verify himself via email, but admin can push him to Frontendusers.


Vilkis