Closed
Bug 1387574
Opened 8 years ago
Closed 8 years ago
Improve makesuperuser to create users if need be
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
It currently requires that the user logs in at least once.
https://github.com/mozilla-services/socorro/blob/78ed2f7a4fe253a33a9a190285ca8bb57b92e214/webapp-django/crashstats/authentication/management/commands/makesuperuser.py#L25
This is inconvenient for setting up a new dev environment.
| Assignee | ||
Comment 1•8 years ago
|
||
Half finished PR https://github.com/mozilla-services/socorro/pull/3890
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/29a95e4dd4cb86461f0d152c91e7ffb26e50fd59
fixes bug 1387574 - Improve makesuperuser to create users if need be (#3890)
* fixes bug 1387574 - Improve makesuperuser to create users if need be
* using six
* correct docker-compose command
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•