Builder evergreen-master-ubuntu-12.04-x86 Build #1208
Results:
Build successful
SourceStamp:
Project | Evergreen |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Branch | master |
Revision | 9289743a74491deb7f4b960340eda2ff14ede493 |
Got Revision | 9289743a74491deb7f4b960340eda2ff14ede493 |
Changes | 2 changes |
BuildSlave:
eg-u1204Reason:
scheduler
Steps and Logfiles:
-
git update ( 0 secs )
-
Bootstrap via autogen './autogen.sh' skipped ( 0 secs )
- - no logs -
-
Bootstrap via autoreconf 'autoreconf -f ...' ( 9 secs )
-
configure configure ( 7 secs )
-
compile compile ( 1 secs )
-
test test 848 tests 848 passed ( 13 secs )
-
pylint pylint convention=203 error=1 fatal=14 refactor=6 warning=21 failed ( 1 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
buildername | evergreen-master-ubuntu-12.04-x86 | Builder |
buildnumber | 1208 | Build |
codebase | Build | |
got_revision | 9289743a74491deb7f4b960340eda2ff14ede493 | Git |
project | Evergreen | Build |
pylint-convention | 203 | Unknown |
pylint-error | 1 | Unknown |
pylint-fatal | 14 | Unknown |
pylint-info | 0 | Unknown |
pylint-refactor | 6 | Unknown |
pylint-total | 245 | Unknown |
pylint-warning | 21 | Unknown |
repository | git://git.evergreen-ils.org/Evergreen.git | Build |
revision | 9289743a74491deb7f4b960340eda2ff14ede493 | Build |
scheduler | evergreen-master | Scheduler |
slavename | eg-u1204 | BuildSlave |
warnings-count | 0 | WarningCountingShellCommand |
workdir | /home/egslave/eg-slave/evergreen-master-ubuntu-12_04-x86 | slave |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Galen Charltongmc@esilibrary.com
Timing:
Start | Mon May 9 16:54:18 2016 |
End | Mon May 9 16:54:52 2016 |
Elapsed | 34 secs |
All Changes:
:
Change #3332
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Mon 09 May 2016 16:40:52 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 82c0202c1e3ba3066fd831fef6b447de11c5c15d Comments
LP#1579225: add live_t regression test Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- Open-ILS/src/perlmods/live_t/17-lp1579225_new_patron_passwords.t
Change #3333
Category None Changed by Galen Charlton <gmc @esilibrary.com>Changed at Mon 09 May 2016 16:41:22 Repository git://git.evergreen-ils.org/Evergreen.git Project Evergreen Branch master Revision 9289743a74491deb7f4b960340eda2ff14ede493 Comments
LP#1579225: fix handling of passwords in patron registration This patch improves how the new password hashing is invoked by open-ils.actor.patron.update; in particular, it fixes a problem whereby newly registered patrons could not log in. It also fixes other issues: - actor.usr.passwd would be set to an MD5 of the password for new users, vitiating the strong hashes in actor.passwd - certain types of updates via patron registration, such as adding or deleting addresses, could result in the patron's password getting doubly-hashed, thereby locking them out of their account. To test ------- [1] Register a new patron; verify that they can log in. [2] Edit an existing patron and change their password; verify that they can log in. [3] Edit an existing patron but do NOT change their password; verify that they can still log in. [4] Inspect the actor.usr rows for these patrons and verify that actor.usr.passwd is set to the value MD5(''), not the MD5 of their password. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Dan Wells <dbw2@calvin.edu> Signed-off-by: Mike Rylander <mrylander@gmail.com> Signed-off-by: Kathy Lussier <klussier@masslnc.org> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm