mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove ip check for reset password
This commit is contained in:
parent
5078d80862
commit
024f38fa5f
@ -5,7 +5,7 @@
|
||||
|
||||
Poco::JSON::Object* JsonResetPassword::handle(Poco::Dynamic::Var params)
|
||||
{
|
||||
auto result_session_check = checkAndLoadSession(params, true);
|
||||
auto result_session_check = checkAndLoadSession(params, false);
|
||||
if (result_session_check) {
|
||||
return result_session_check;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user