aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-04-27 19:32:51 +0200
committersfan5 <sfan5@live.de>2022-04-28 19:55:36 +0200
commit00f71c3b9d35e1cdd5aa62491a46068358aa8b2a (patch)
tree199e4113740b9c6b0bb5829d72bf30d7fa5f8997 /src/clientiface.h
parent3d2bf8fb021ea839944830e212789532ba3f0370 (diff)
downloadhax-minetest-server-00f71c3b9d35e1cdd5aa62491a46068358aa8b2a.tar.gz
hax-minetest-server-00f71c3b9d35e1cdd5aa62491a46068358aa8b2a.zip
Fix password changing getting stuck if wrong password is entered once
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clientiface.h b/src/clientiface.h
index 947952e82..3e7ba4793 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -243,6 +243,8 @@ public:
u32 allowed_auth_mechs = 0;
u32 allowed_sudo_mechs = 0;
+ void resetChosenMech();
+
bool isSudoMechAllowed(AuthMechanism mech)
{ return allowed_sudo_mechs & mech; }
bool isMechAllowed(AuthMechanism mech)