| java.lang.Object vqwiki.users.Usergroup vqwiki.users.NoUsergroup
NoUsergroup | public class NoUsergroup extends Usergroup (Code) | | Usergroup, if there is no usergroup. This class implements the
default wiki behavior.
version: $Revision: 636 $ - $Date: 2006-04-20 02:14:40 +0200 (do, 20 apr 2006) $ author: SinnerSchrader (tobsch) |
getUserDetails | public String getUserDetails(String uid)(Code) | | Get the user details of this user by its user-ID. The user details is a string, which is
set in the admin section. It contains some placeholders, which are replaced by values from
the user repository
Parameters: uid - The user-ID of this user The user details section See Also: vqwiki.users.Usergroup.getUserDetails(java.lang.String) |
isEmailValidated | public boolean isEmailValidated()(Code) | | Contains the repository valid (already confirmed) email addresses?
If yes, then we can skip the registration process and the user is automatically registered.
true, if so. false otherwise. See Also: vqwiki.users.Usergroup.isEmailValidated |
|
|