Project.pm: new is_password_locked function
commit97da2ff4a7e8b128b4fe603b0e7740768b5066f6
authorKyle J. McKay <mackyle@gmail.com>
Tue, 2 Sep 2014 03:15:12 +0000 (1 20:15 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 2 Sep 2014 03:15:12 +0000 (1 20:15 -0700)
tree4c8f7565a015c59fbce0811bf2e05ba7c12c3d33
parent47b6abb748ce3c5a823029c7831b61e79659969b
Project.pm: new is_password_locked function

If the project was loaded from the group file and the project
password is locked (i.e. it's empty, 'x', '*', '******' or
similar) then is_password_locked returns true.

No checking is done for the project_passwords setting, valid
owner email address or any such.
Girocco/Project.pm