Problem/Motivation
While #1845004: Replace custom password hashing library with PHP password_hash() is postponed, at least fix the numerous documentation code style problems in PhpassHashedPassword.
Proposed resolution
Remaining tasks
Review.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | fix_documentation_in-2511806-16.patch | 4.13 KB | sumitmadan |
| #14 | interdiff.txt | 679 bytes | sumitmadan |
| #14 | fix_documentation_in-2511806-1.patch | 4.14 KB | sumitmadan |
| #5 | fix_documentation_in-2511806-5.patch | 2.01 KB | neetu morwani |
| #1 | fix_documentation_in-2511806-1.patch | 4.14 KB | znerol |
Comments
Comment #1
znerol commentedComment #2
jhodgdonThanks! This almost all looks like improvements to the docs. One minor problem:
The beginning of a doc block is supposed to be a one line sentence, so this needs to be shortened rather than wrapped.
I suggest changing the end wording to "... with hash settings" instead of "with settings for the hash"?
Comment #3
neclimdulComment #4
neetu morwani commentedComment #5
neetu morwani commentedComment #6
neetu morwani commentedComment #7
hitesh-jain commentedLooks good ! Thanks
Comment #8
deepakaryan1988Looking good to me too!!
Comment #9
znerol commentedCommit credit should go to
claudiu.cristea, not to me. The only thing I did was extracting the relevant parts.Comment #10
jhodgdon+1 for RTBC, thanks all!
Comment #11
neetu morwani commentedComment #12
xjmWe seem to have lost several cleanups from the original patch in #1 to #5 when making the change @jhodgdon suggested:
Let's add back those other cleanups? Thanks!
Comment #13
znerol commentedOh right, patch in #5 is half the size as #1.
Comment #14
sumitmadan commentedInterdiff to #1.
Comment #15
znerol commented#14 seems to be identical to #1, did you maybe upload the wrong patch?
Comment #16
sumitmadan commentedOops!! My Bad!!!
Comment #17
znerol commentedPerfect, thanks! Note to committers: interdiff in #14 is for the patch in #16 and applies to #1.
Comment #18
xjmGreat, thanks for the quick update!
This issue only changes documentation, so per https://www.drupal.org/core/beta-changes, this can be completed any time during the Drupal 8 beta phase. Committed and pushed to 8.0.x. I added claudiu.cristea to the commit message as per #9.