Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

Re: User activation process

On point 3, I think I can help. look at site.ini file:

[UserSettings]
# If true it will automatically generate a password if it is empty
# and email it to the user.
GeneratePasswordIfEmpty=true
GeneratePasswordLength=6
# The ID of the anonymous user, this user will
# be used for everyone who is not logged in.
AnonymousUserID=10
# Where to store newly self registered users
DefaultUserPlacement=12

So a registered, activated user should go into the "Guest Accounts" user group by default. of course, you may change that behavior.

http://ez.no/doc/ez_publish/techn...ni/usersettings/defaultuserplacement

Bye
  • Re: Re: User activation process

    My users aren't automatically being added to the Guest Accounts group, they are instead sent to the Admin's pending list. How do I bypass this step and have them automatically approved?

Anonymous User (05/07/2005 2:48 pm)

Svitlana Shatokhina (14/02/2006 4:52 pm)


Comments

  • Re: Re: User activation process

    My users aren't automatically being added to the Guest Accounts group, they are instead sent to the Admin's pending list. How do I bypass this step and have them automatically approved?