Lines 187-192
set minimum password length for patrons in this category
Link Here
|
187 |
|
187 |
|
188 |
set required password strength for patrons in this category |
188 |
set required password strength for patrons in this category |
189 |
|
189 |
|
|
|
190 |
=head2 force_password_reset_when_set_by_staff |
191 |
|
192 |
data_type: 'tinyint' |
193 |
is_nullable: 1 |
194 |
|
195 |
if patrons of this category are required to reset password after being created by a staff member |
196 |
|
190 |
=head2 exclude_from_local_holds_priority |
197 |
=head2 exclude_from_local_holds_priority |
191 |
|
198 |
|
192 |
data_type: 'tinyint' |
199 |
data_type: 'tinyint' |
Lines 215-227
define maximum amount that the guarantees of a patron in this category can have
Link Here
|
215 |
|
222 |
|
216 |
define maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked |
223 |
define maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked |
217 |
|
224 |
|
218 |
=head2 force_password_reset_when_set_by_staff |
|
|
219 |
|
220 |
data_type: 'tinyint' |
221 |
is_nullable: 1 |
222 |
|
223 |
if patrons of this category are required to reset password after being created by a staff member |
224 |
|
225 |
=cut |
225 |
=cut |
226 |
|
226 |
|
227 |
__PACKAGE__->add_columns( |
227 |
__PACKAGE__->add_columns( |
Lines 283-288
__PACKAGE__->add_columns(
Link Here
|
283 |
{ data_type => "smallint", is_nullable => 1 }, |
283 |
{ data_type => "smallint", is_nullable => 1 }, |
284 |
"require_strong_password", |
284 |
"require_strong_password", |
285 |
{ data_type => "tinyint", is_nullable => 1 }, |
285 |
{ data_type => "tinyint", is_nullable => 1 }, |
|
|
286 |
"force_password_reset_when_set_by_staff", |
287 |
{ data_type => "tinyint", is_nullable => 1 }, |
286 |
"exclude_from_local_holds_priority", |
288 |
"exclude_from_local_holds_priority", |
287 |
{ data_type => "tinyint", is_nullable => 1 }, |
289 |
{ data_type => "tinyint", is_nullable => 1 }, |
288 |
"noissuescharge", |
290 |
"noissuescharge", |
Lines 291-298
__PACKAGE__->add_columns(
Link Here
|
291 |
{ data_type => "integer", is_nullable => 1 }, |
293 |
{ data_type => "integer", is_nullable => 1 }, |
292 |
"noissueschargeguarantorswithguarantees", |
294 |
"noissueschargeguarantorswithguarantees", |
293 |
{ data_type => "integer", is_nullable => 1 }, |
295 |
{ data_type => "integer", is_nullable => 1 }, |
294 |
"force_password_reset_when_set_by_staff", |
|
|
295 |
{ data_type => "tinyint", is_nullable => 1 }, |
296 |
); |
296 |
); |
297 |
|
297 |
|
298 |
=head1 PRIMARY KEY |
298 |
=head1 PRIMARY KEY |
Lines 400-407
__PACKAGE__->has_many(
Link Here
|
400 |
); |
400 |
); |
401 |
|
401 |
|
402 |
|
402 |
|
403 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-09-17 17:34:19 |
403 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-31 16:08:18 |
404 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SZoU95HraPfIzszljOSHyQ |
404 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ECLi+Ooct/DCa6UBWV7WoA |
405 |
|
405 |
|
406 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
406 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
407 |
|
407 |
|