makaleks / drec_stud_site

A web-site on Django (Python3), with VK auth., Yandex payment
https://frtk.mipt.ru
1 stars 3 forks source link

Groups added, password erased. #7

Closed makaleks closed 7 years ago

makaleks commented 7 years ago

WARNING: This pull request requires database recreation. User creation process was changed (see new README).

pda11111 commented 7 years ago

I think, group validation need changing At first, because not all users may have group number At second, regular expressions a faster and stronger than ifs We can use "[1-9]1\d", but it don't solve first problem

makaleks commented 7 years ago

Group is a number, so regular expression is unuserful. As was discussed, all users will have a group number (can be simply changed in future).

makaleks commented 7 years ago

Password erased (restored via search '#passwordAuth'), README updated, bugfix for UserAdmin. This pull request requires requires database recreation (also, see updated README).

makaleks commented 7 years ago

approved by pda11111