[Koha-devel] Status values in message_queue table

2016-10-17 Thread Graham, Stephen
Hi All - doing: select status from message_queue group by status gives me 3 values: sent pending failed Are these 3 values the only value "allowed" in this field? Or, putting it another way, if messages are added to the table with a different status value would it cause problems in Koha?

[Koha-devel] User password reset question

2018-03-26 Thread Graham, Stephen
Hi All - if I wanted to programmatically change a user's password what would the best way of doing this? I've just been looking at the various Perl modules for our version of Koha (16.11). modules such as C4:Members, C4:Member:Attributes etc, but cannot see any methods that can reset the