Administrator's Guide > Codebeamer Maintenance > User Registration Options
User Registration Options
To set User Registration options:
Click on ,System Admin > User Registration
Figure: System Administration - User registration process
New Account
You can set the members (by whom) and the method (how) by which new accounts are created on the server.
Assign New Accounts to Groups
When a new account has been created (manual registration, import, LDAP), the new user account is assigned to a group based on this setting. A default group could be Based on such as Regular User, Customer, External or a custom one.
Registration Message Sender
On new account registration, the registration confirmation mail is sent from PTC Codebeamer.
Notify After Account Activation
This option specifies the e-mail address of the user who will be notified about new account registration events.
Disallowed User E-mail Addresses
When you don't want to accept registrations from particular email addresses, you can enter regular expressions here to filter them out, such as (.*@t-online.ukr)|(.*@ru.net).
Codebeamer uses the expression syntax available in the Java Standard Edition core library version 1.4 or greater. This package has support for Perl-like regular expressions so, if you are familiar with using regular expressions in Perl, you can use the same syntax.
* 
See http://java.sun.com/developer/technicalArticles/releases/1.4regex/, and a tutorial and overview of regular expressions in Mastering Regular Expressions, Jeffrey E. F. Friedl, O'Reilly and Associates, 1997, ISBN: 1-56592-257-3.
Registration Confirmation E-Mail Text
This is the automatic welcome e-mail sent to new accounts at registration time. The syntax used for defining the message is that of the Velocity macro engine (http://velocity.apache.org/).
Automatic Login
Allow or disable automatic login using HTTP cookies.
Single Sign-On by HTTP Request Header
Where the HTTP header exists, it can be used to allow automatic sign-on (SSO). For example, see Novell's iChain http://en.wikipedia.org/wiki/NetIQ_Access_Manager
Account Activity
Toggle to turn on and off the tool-tip display of a user account's last activity under the Logged In part of User Accounts in the System Admin toolset.
Was this helpful?