Larian77 / Openbiblio

Other
7 stars 6 forks source link

0.8.1 new member error if library settings are Online access for users is unchecked #62

Open sarangtc opened 3 days ago

sarangtc commented 3 days ago

To recreate: disable "Online access for users" in Admin > Library Settings

Behaviour: Password creation by e-mail? Password: Repeat password: fields are not shown in new member form

and

When form is submitted (might need php error checking enabled), get the following error

Warning: Undefined array key "TypeOfPwdCreation" in /var/www/html/openbiblio/circ/mbr_new.php on line 50

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/openbiblio/circ/mbr_new.php:50) in /var/www/html/openbiblio/circ/mbr_new.php on line 96

Need to handle this case properly