- Redirect to login, instead of showing a 403, when Kerberos auth fails. [href]
- Fixes string translations. [href]
- Fixes auth provider form failing without configured providers. [href]
- Enforces unique configurations for providers. [href]
- Shows the found user in the response if the authentication fails. [href]
- Fixes Kerberos provider not being able to authenticate valid requests. [href]
- Updates translations. [href]
- Fixes provider usermanagement form not storing certain values. [href]
- Adds experimental support for Kerberos. [href]
- Adds polymorphy support to the user groups collection. [href]
- Remembers the ID of the user group when logging in. [msom]
- Renders password fields with autocomplete=new-password/current-password. [href]
- Moves yubikey related functions to onegov.core. [href]
- Adds a phone number property to the user model. [msom]
- Improves password reset URL generation. [msom]
- Better handle realnames containing only spaces. [href]
- Adds a few query helper methods to the user collection. [href]
- Changes tags filter to use OR instead of AND. [href]
- Adds a tags property to the user model. [href]
- Updates translations. [msom]
- Requires Python 3.6. [href]
- Remember the open sessions and allow to force-close them (logout). [msom]
- Switches to onegov.search's automatic language detection. [href]
- Allows to pass the group when creating users. [msom]
- Adds user groups. [msom]
- Enables polymorphic subclasses on users. [msom]
- Removes the meta column (there is already a data). [msom]
- Adds a meta column. [msom]
- Refactor the initials method to be useful from outside. [href]
- Fixes syntax error in po file. [href]
- Adds the ability to create signup links to allow users to register themselves as editors or admins. [href]
- Updates Romansch translations. [msom]
- Adds the ability to filter the user collection with custom filters. [href]
- Adds forms and helper functions for password reset. [msom]
- Adds French, Italian and Romansh translations. [msom]
- Adds the userprofile to the indexed values. [href]
- Forces all usernames to be lowercase. [href]
- Makes the user model searchable. [href]
- Fix user title sql expression not working as intended. [href]
- The login is now unskippable by default. [href]
- Adds the ability to check if the login can be skipped. [href]
- Fixes yubikey to otp raising an error if the yubikey is malformed. [href]
- Introduces a realname column. [href]
- Adds the ability to query users by role through the collection. [href]
- Fixes yubikey property failing with empty values. [href]
- Adds the ability to find a user by yubikey. [href]
- Adds the ability to check the format of a yubikey OTP. [href]
- Adds the ability to extract the yubikey serial from one of its OTPs. [href]
- Adds support for yubikey removal on the login form. [href]
- Be less clever about the existing user error, to avoid invalidating the session. [href]
- Raises an ExistingUserError when an existing user is added. [href]
- Adds the ability to query a user by id. [href]
- Log registrations for fail2ban integration. [href]
- Adds the ability to register new users and activate them with a token. [href]
- Adds the ability to create a login auth object to the current path. [href]
- Adds compatibility with Morepath 0.15. [href]
- Adds the ability to activate/deactivate users. [href]
- Adds the ability to list users through the cli. [href]
- Catches signature verifcation error responses to the yubico server. [href]
- Adds compatibility with onegov.core 0.21.0.
- Adds an initials property to the user. [href]
- Adds a title property to the user. [href]
- Turns the Yubikey field into an ordinary string field. [href]
- Replayed Yubikeys no longer lead to an exception. [href]
- Adds 2FA support with Yubikey as the first possible option. [href]
- Use 'de_CH' translation instead of 'de'. [href]
- Removes Python 2.x support. [href]
- Fixes 'to' parameter not being passed on by Auth.from_request. [href]
- Adds a generic authentication model for login/logout views. [href]
- Adds a generic login form [href]
- Adds support for onegov.core.upgrade [href]
- Remove support for Python 3.3 [href]
- Initial Release [href]