]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#707167 Make open-ils.actor.usrname.exists not ignore deleted users
authorMichael Peters <mrpeters@library.in.gov>
Fri, 16 Mar 2012 17:56:57 +0000 (13:56 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 20 Mar 2012 17:33:40 +0000 (13:33 -0400)
commite25b067cac5f47d1b1ada9eee114d915287fa2dc
treef90cb0309e863d28d0b2c798068764fb9b5ba6a9
parentd9760ee099c7eb23ab7fa8ed7c3d75278fd18860
LP#707167 Make open-ils.actor.usrname.exists not ignore deleted users

Currently, open-ils.actor.usrname.exists filters out deleted users.  This
results in a user recieving indication as to why a user update
failed, when the reason is the username they're attempting to use
is in use, but is "deleted" in the database.

This branch makes open-ils.actor.usrname.exists look at deleted users
since they still prevent re-use of the delted user's username.

More information is in the original bug, https://bugs.launchpad.net/evergreen/+bug/707167.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm