Authentication

Version 15.1 by Vincent Massol on 2021/07/19
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Logging in

When you need to log in to access a wiki page, you'll see the following form:

login.png

Forgot Username

If you forgot your username, you can retrieve it by clicking on the "Forgot your username?" link:

login-forgot-username-1

Then, you'll need to indicate the email address for your user and you'll be emailed your username.

login-forgot-username-2

Forgot Password

If you forgot your password, you can reset it by clicking on the "Forgot your password?" link:

login-forgot-password-1

Then, you'll need to indicate your username and if you had an email address set for your user, you'll receive a email with a link to set a new password.

Authentication Mechanisms

XWiki Standard embeds several authentication mechanisms by default:

  • Form authentication
  • Basic authentication

In addition XWiki allows you to create your own authentication extension in order to integrate with any custom mechanism you might be using already (SSO, etc).

Additional authenticators are available as extensions on extensions.xwiki.org:

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Documentation.UserGuide.Features.Authentication]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Information

Note that several extensions are not yet categorized in the authenticator category on extensions.xwiki.org and this is why they don't appear in the list above. For the moment, here's  list of all extensions having "Authenticator" in the name:

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:Documentation.UserGuide.Features.Authentication]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

For more details on how to configure authentication check the Authentication page of the Administration Guide.

Get Connected