Bug 844609 - Django will generate default password like "}!v,PQ}BEn" which can not log the default user in.
Summary: Django will generate default password like "}!v,PQ}BEn" which can not log the...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Templates
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: N. Harrison Ripps
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-31 07:39 UTC by Yujie Zhang
Modified: 2015-05-15 02:02 UTC (History)
2 users (show)

Fixed In Version: rhc-0.96.7-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-07 20:42:45 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yujie Zhang 2012-07-31 07:39:36 UTC
Description of problem:

After I git push django, sometimes it will generate default password like "}!v,PQ}BEn" , the default user can not log in use this password.

Version-Release number of selected component (if applicable):

devenv_1922

How reproducible:

randomly

Steps to Reproduce:
1.Create a Django app following the quick start directions at https://github.com/openshift/django-example/blob/master/README.md 
2.Log into Django admin UI using generated admin password.
3.
  
Actual results:

Sometimes it will generate default password like "}!v,PQ}BEn" which can not log default use in.There is always remind message like "Please enter the correct username and password for a staff account. Note that both fields are case-sensitive."

Expected results:
The default should always be able to log the default user in.

Additional info:

Comment 1 N. Harrison Ripps 2012-07-31 15:28:13 UTC
I have gone back and found the set of characters that are legal to use in passwords. Pull request pending.

Comment 2 N. Harrison Ripps 2012-07-31 16:55:35 UTC
*** Bug 844537 has been marked as a duplicate of this bug. ***

Comment 3 N. Harrison Ripps 2012-08-01 15:34:30 UTC
The pull request is in, so this fix will be immediately available.

Comment 4 Chandrika Gole 2012-08-01 23:57:24 UTC
Tried this 3 times and each time a valid password was generated each time


Note You need to log in before you can comment on or make changes to this bug.