Koha/members
Jonathan Druart 38094a260e Bug 12267: Remove borrower_attributes.password
When creating a patron attribute type, there is a "Allow password"
checkbox. If checked, the librarian will be able to enter a password for
this patron attribute when editing a patron.
The goal was to allow a patron to log in with a secondary password.
However, this feature has never been implemented.

"""
commit 6fc62bcd32
  CommitDate: Mon May 12 09:03:00 2008 -0500
  extended patron attributes tables & syspref (DB rev 081)

- password_allowed (if set, staff patron editor will
  allow a password to be associated with a value; this
  is mostly a hook for functionality to be implemented
  in the future.
"""

To decrease maintainability, this patch suggest to remove the 2 DB fields
borrower_attributes.password and
borrower_attribute_types.password_allowed
If they have not used by the library.

Test plan:
- Edit a patron attribute type and select "allow password"
- Edit a patron and defined a password for this attribute
- Execute the DB entry
- Note that you get a warning
- Empty the password field
- Execute the DB entry
- You do not get the warning and the 2 DB fields have been removed

Signed-off-by: Marc Veron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
2016-04-22 23:08:32 +00:00
..
boraccount.pl
default_messageprefs.pl
deletemem.pl
discharge.pl
discharges.pl
files.pl
guarantor_search.pl
mancredit.pl
maninvoice.pl
member-flags.pl
member-password.pl
member.pl Bug 15930: Make patron searches defaulting on 'contain' 2016-04-22 00:31:50 +00:00
memberentry.pl Bug 12267: Remove borrower_attributes.password 2016-04-22 23:08:32 +00:00
members-home.pl
members-update-do.pl
members-update.pl
mod_debarment.pl
moremember.pl Bug 15928 - Show unlinked guarantor 2016-04-06 23:50:33 +00:00
nl-search.pl Bug 15163: Do not erase patron attributes if limited to another library 2016-03-21 16:56:37 +00:00
notices.pl
patronimage.pl
pay.pl
paycollect.pl Bug 16054: Fix variable scope error in paycollect.pl 2016-03-15 07:12:12 +00:00
print_overdues.pl
printfeercpt.pl
printinvoice.pl
printslip.pl
purchase-suggestions.pl
readingrec.pl
routing-lists.pl
setstatus.pl
statistics.pl
summary-print.pl
update-child.pl