Skip to main content

A generic user model for OneGov.

Project description

Run the Tests

Install tox and run it:

pip install tox
tox

Limit the tests to a specific python version:

tox -e py27

Conventions

Onegov User follows PEP8 as close as possible. To test for it run:

tox -e pep8

Onegov User uses Semantic Versioning

Build Status

Build Status

Coverage

Project Coverage

Latest PyPI Release

Latest PyPI Release

License

onegov.user is released under GPLv2

Changelog

0.19.1 (2019-01-03)

  • Renders password fields with autocomplete=new-password/current-password. [href]

0.19.0 (2018-10-08)

  • Moves yubikey related functions to onegov.core. [href]

0.18.0 (2018-09-18)

  • Adds a phone number property to the user model. [msom]

0.17.7 (2018-08-17)

  • Improves password reset URL generation. [msom]

0.17.6 (2018-03-15)

0.17.5 (2018-03-15)

  • Better handle realnames containing only spaces. [href]

0.17.4 (2018-01-22)

  • Adds a few query helper methods to the user collection. [href]

0.17.3 (2018-01-18)

  • Changes tags filter to use OR instead of AND. [href]

0.17.2 (2018-01-17)

  • Adds a tags property to the user model. [href]

0.17.1 (2018-01-16)

  • Updates translations. [msom]

  • Requires Python 3.6. [href]

0.17.0 (2017-10-04)

  • Remember the open sessions and allow to force-close them (logout). [msom]

0.16.0 (2017-09-26)

  • Switches to onegov.search’s automatic language detection. [href]

0.15.1 (2017-08-18)

  • Allows to pass the group when creating users. [msom]

0.15.0 (2017-08-17)

  • Adds user groups. [msom]

  • Enables polymorphic subclasses on users. [msom]

0.14.1 (2017-07-12)

  • Removes the meta column (there is already a data). [msom]

0.14.0 (2017-07-10)

  • Adds a meta column. [msom]

0.13.2 (2017-07-04)

  • Refactor the initials method to be useful from outside. [href]

0.13.1 (2017-06-28)

  • Fixes syntax error in po file. [href]

0.13.0 (2017-06-28)

  • Adds the ability to create signup links to allow users to register themselves as editors or admins. [href]

0.12.1 (2017-06-28)

  • Updates Romansch translations. [msom]

0.12.0 (2017-06-26)

  • Adds the ability to filter the user collection with custom filters. [href]

0.11.0 (2017-06-22)

  • Adds forms and helper functions for password reset. [msom]

  • Adds French, Italian and Romansh translations. [msom]

0.10.1 (2017-05-02)

  • Adds the userprofile to the indexed values. [href]

0.10.0 (2017-04-27)

  • Forces all usernames to be lowercase. [href]

0.9.0 (2017-01-20)

  • Makes the user model searchable. [href]

0.8.4 (2016-11-25)

  • Fix user title sql expression not working as intended. [href]

0.8.3 (2016-10-28)

  • The login is now unskippable by default. [href]

0.8.2 (2016-10-27)

  • Adds the ability to check if the login can be skipped. [href]

0.8.1 (2016-10-24)

  • Fixes yubikey to otp raising an error if the yubikey is malformed. [href]

0.8.0 (2016-10-06)

  • Introduces a realname column. [href]

  • Adds the ability to query users by role through the collection. [href]

0.7.1 (2016-08-31)

  • Fixes yubikey property failing with empty values. [href]

  • Adds the ability to find a user by yubikey. [href]

0.7.0 (2016-08-30)

  • 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]

0.6.4 (2016-08-30)

  • Be less clever about the existing user error, to avoid invalidating the session. [href]

0.6.3 (2016-08-30)

  • Raises an ExistingUserError when an existing user is added. [href]

0.6.2 (2016-08-26)

  • Adds the ability to query a user by id. [href]

0.6.1 (2016-08-26)

  • Log registrations for fail2ban integration. [href]

0.6.0 (2016-08-26)

  • Adds the ability to register new users and activate them with a token. [href]

0.5.0 (2016-08-24)

  • Adds the ability to create a login auth object to the current path. [href]

0.4.4 (2016-07-19)

  • Adds compatibility with Morepath 0.15. [href]

0.4.3 (2016-06-28)

  • Adds the ability to activate/deactivate users. [href]

  • Adds the ability to list users through the cli. [href]

0.4.2 (2016-05-30)

  • Catches signature verifcation error responses to the yubico server. [href]

0.4.1 (2016-05-30)

  • Adds compatibility with onegov.core 0.21.0.

0.4.0 (2016-01-13)

  • Adds an initials property to the user. [href]

  • Adds a title property to the user. [href]

0.3.1 (2015-12-16)

  • Turns the Yubikey field into an ordinary string field. [href]

  • Replayed Yubikeys no longer lead to an exception. [href]

0.3.0 (2015-11-20)

  • Adds 2FA support with Yubikey as the first possible option. [href]

0.2.1 (2015-10-15)

  • Use ‘de_CH’ translation instead of ‘de’. [href]

0.2.0 (2015-10-12)

  • Removes Python 2.x support. [href]

0.1.1 (2015-10-06)

  • Fixes ‘to’ parameter not being passed on by Auth.from_request. [href]

0.1.0 (2015-10-05)

  • Adds a generic authentication model for login/logout views. [href]

0.0.3 (2015-10-02)

  • Adds a generic login form [href]

0.0.2 (2015-06-26)

  • Adds support for onegov.core.upgrade [href]

  • Remove support for Python 3.3 [href]

0.0.1 (2015-04-29)

  • Initial Release [href]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onegov.user-0.19.1.tar.gz (26.1 kB view details)

Uploaded Source

Built Distribution

onegov.user-0.19.1-py3-none-any.whl (34.5 kB view details)

Uploaded Python 3

File details

Details for the file onegov.user-0.19.1.tar.gz.

File metadata

  • Download URL: onegov.user-0.19.1.tar.gz
  • Upload date:
  • Size: 26.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for onegov.user-0.19.1.tar.gz
Algorithm Hash digest
SHA256 2584f90c1b17e35a47f97899ec8b15447db9f630e7ab8c934ac72f2f8c88302e
MD5 41c933508ac1f6203b244101375066fa
BLAKE2b-256 8262b854c989c307ecba782d71dd5fe9f9126da00f7bcc442fc4ee2e37e777a4

See more details on using hashes here.

File details

Details for the file onegov.user-0.19.1-py3-none-any.whl.

File metadata

  • Download URL: onegov.user-0.19.1-py3-none-any.whl
  • Upload date:
  • Size: 34.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3

File hashes

Hashes for onegov.user-0.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f20740f45b915ad42823c6cf2803533c04ef121cfc2fe709f945012589e45f1d
MD5 1eb2c3effb22ba0147d6d374ba20b4b9
BLAKE2b-256 5e64d0f4ee8a4105238cbed32081cef8f0af19e1cc4f9ca59a4ded3fde93103c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page