fushar / regrader

ICPC-style programming contest system
MIT License
34 stars 25 forks source link

User password should not be required #52

Closed tahaeghtesad closed 9 years ago

tahaeghtesad commented 9 years ago

In file: application/controllers/admin/user.php, field "password" should not be required, in order to edit a user and not to change it's password. when you mark it as not required, a user can be created with no password set.

fushar commented 9 years ago

This is a duplicate of #25.