summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed a misnamed variable introduced in commit 142ec8b283Claude Paroz
2013-02-13Fixed #8404 -- Isolated auth password-related tests from custom templatesClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-09Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-07Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07Updated createsuperuser to use unicode_literals. Refs #19757.Florian Apolloner
2013-02-06Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-04Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-02Added missing parentheses in if clauseClaude Paroz
2013-02-02Fixed #18144 -- Added backwards compatibility with old unsalted MD5 passwordsClaude Paroz
2013-01-25Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashFieldClaude Paroz
2013-01-22Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.Florian Apolloner
2013-01-10Fixed #19573 -- Allow override of username field label in AuthenticationFormNick Sandford
2013-01-08Updated deprecated test assertionsClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2012-12-29Silenced warnings in the tests of deprecated features.Aymeric Augustin
2012-12-29Advanced pending deprecation warnings.Aymeric Augustin
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip
2012-12-22Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encodingClaude Paroz
2012-12-16Corrected tests depending on the error message on the AuthenticationForm.Russell Keith-Magee
2012-12-15Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...Russell Keith-Magee
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-04Fixed #18697 -- Made values accepted for two customizable admin templates con...Ramiro Morales
2012-12-01Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidgetClaude Paroz
2012-11-30Added missing custom user skip decoratorPreston Holmes
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
2012-11-24Updated User manager when testing custom AUTH_USER_MODELClaude Paroz
2012-11-22Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-11-22Merge pull request #511 from ryankask/username-password-adminAymeric Augustin
2012-11-17Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel
2012-11-10Allow custom User models to use the UserAdmin's change password view.Ryan Kaskel
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-10-29Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes
2012-10-29Fixed #19057 (again) -- added additional testsPreston Holmes
2012-10-30Added some test guards for some recently added auth tests.Russell Keith-Magee
2012-10-29Fixed #19172 -- Isolated poisoned_http_host tests from 500 handlersClaude Paroz
2012-10-28Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-20Fixed #19133 -- Corrected regression in form handling for user passwords.Russell Keith-Magee
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-10-17Fixed a security issue related to password resetsPreston Holmes
2012-10-16Fixed #19130 -- Made some of the auth forms more flexible for user models.Russell Keith-Magee
2012-10-15Updated base translation filesClaude Paroz
2012-10-13Added 'groups' to UserAdmin.filter_horizontalDaniele Procida
2012-10-13Fixed #19067 -- Clarified handling of username in createsuperuser.Russell Keith-Magee