[TYPO3] Moderate Frontend User Adminstration - Or Disable at Signup

Sean Gonsman sean at abovemedia.com
Wed Feb 22 14:39:09 CET 2006


> I have the frontend user administration setup properly.  I want to be 
> able to moderate who can create accounts.  Another alternative would be 
> to set the account to be disabled when a new user signs up.  Is there a 
> way to do this?  I thought that I could add something like 
> "plugin.feadmin.fe_users.create.overrideValues.disable = 1" to the setup 
> file, but this does not work.
> 
> -Sean
> 

I found another post that helped me answer this question.  I had to read 
it through Google's cache because all of the links don't work into 
Typo3.org anymore.

This is what I did:

1.) Created two user groups, one called "Members" and the other called 
"Not Active"

2.) Set "Not Active" group to disabled.  This prevents the user from 
logging in.

3.) Add this line to the setup file: 
plugin.feadmin.fe_users.create.overrideValues.usergroup = XX
Replacing XX with the id of the usergroup "Not Active"

4.) If you want an email everytime a user signs up, add this line to 
your constants file: plugin.feadmin.fe_users.email = your_email_address

5.) When a new user signs up, the admin gets an email and changes the 
usergroup to "members" if they want the login to be active.

That's it!

-Sean

-- 
Sean Gonsman
Above Media
678-935-7204
678-935-7109 (fax)
http://www.abovemedia.com
sean at abovemedia.com



More information about the TYPO3-english mailing list