Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Added Management Command to Remove Auto Auth Users #133

Merged
merged 1 commit into from
Sep 29, 2014

Conversation

clintonb
Copy link
Contributor

  • Added management command
  • Updated all auto-auth code to require a non-empty prefix for auto-auth users

@rocha @dsjen

def delete_auto_auth_users():
if not settings.AUTO_AUTH_USERNAME_PREFIX:
raise ValueError(
'AUTO_AUTH_USERNAME_PREFIX is not set. Not continuing as doing so would delete all users!')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super Minor: I think the second sentence is unnecessary. If you think it is important for a developer, make a comment here instead.

@rocha
Copy link
Contributor

rocha commented Sep 29, 2014

👍 Fix the exception message if possible.

- Added management command
- Updated all auto-auth code to require a non-empty prefix for auto-auth users
@clintonb clintonb force-pushed the remove-auto-auth-users branch from 0baf9eb to 12b2158 Compare September 29, 2014 16:53
@clintonb
Copy link
Contributor Author

Done.

clintonb added a commit that referenced this pull request Sep 29, 2014
Added Management Command to Remove Auto Auth Users
@clintonb clintonb merged commit c6238a7 into master Sep 29, 2014
@clintonb clintonb deleted the remove-auto-auth-users branch September 29, 2014 16:54
ericfab179 pushed a commit to proversity-org/edx-analytics-dashboard that referenced this pull request May 29, 2019
…e-util/0.1.0

Change edx-django-release-util version.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants