mirror of https://gitlab.crans.org/bde/nk20
Users can change their password, fix #59
This commit is contained in:
parent
f71fb1fa81
commit
c93c81861d
|
@ -2567,6 +2567,22 @@
|
|||
"description": "(Dé)bloquer sa propre note et modifier la raison"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "permission.permission",
|
||||
"pk": 165,
|
||||
"fields": {
|
||||
"model": [
|
||||
"auth",
|
||||
"user"
|
||||
],
|
||||
"query": "{}",
|
||||
"type": "change",
|
||||
"mask": 1,
|
||||
"field": "password",
|
||||
"permanent": true,
|
||||
"description": "Changer son mot de passe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "permission.role",
|
||||
"pk": 1,
|
||||
|
@ -2591,7 +2607,8 @@
|
|||
52,
|
||||
126,
|
||||
161,
|
||||
162
|
||||
162,
|
||||
165
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -2932,7 +2949,8 @@
|
|||
161,
|
||||
162,
|
||||
163,
|
||||
164
|
||||
164,
|
||||
165
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue