Protetto le password (al load) che vengono settate in settings
This commit is contained in:
@@ -121,9 +121,9 @@ router.post('/', async (req, res) => {
|
||||
}
|
||||
|
||||
// user.perm = 3;
|
||||
if (tools.testing()) {
|
||||
user.verified_email = true;
|
||||
}
|
||||
// if (tools.testing()) {
|
||||
// user.verified_email = true;
|
||||
// }
|
||||
|
||||
// if (user.profile.intcode_cell) {
|
||||
// if (user.profile.cell.substring(0, user.profile.intcode_cell.length) === user.profile.intcode_cell) {
|
||||
|
||||
Reference in New Issue
Block a user