passage des passwords wifi en hexa
This commit is contained in:
parent
74a4c9a256
commit
42af2b4e16
@ -60,7 +60,7 @@ class DirectController(AuthenticatedRestController):
|
|||||||
|
|
||||||
|
|
||||||
wifi = WifiModel.get_by_member_dn(self.user, member.dn)
|
wifi = WifiModel.get_by_member_dn(self.user, member.dn)
|
||||||
password = Passwords.generate_password_wifi()
|
password = Passwords.generate_password_admin()
|
||||||
|
|
||||||
if wifi is None:
|
if wifi is None:
|
||||||
wifi_dn = "cn=wifi," + member.dn
|
wifi_dn = "cn=wifi," + member.dn
|
||||||
|
Loading…
Reference in New Issue
Block a user