Feature request: password reset
-
Hi All,
I am currently using the latest version of Kopano One, i don’t see any option currently to let users reset their passwords or even better yet change their passwords once their logged in. Are there any plans on adding this in for non-LDAP or AD based users? I know with LDAP management is easier to do this, but right now it’s a bit annoying.
Looking forward to your response.
-
@diederikdezee
didn’t test this as i have LDAP directory but maybe this helps:https://github.com/dducret/kopano-webapp-passwd
rg
Christian -
@externa1 Hey, thanks for the response! I should have put this in the post also, i’ve tried the plugin you’ve sent with multiple versions but it doesn’t work in the latest version of kopano it seems.
It sends a call to mapi_zarafa_setuser if you post the password change request but it doesn’t recognize that function in php.
PHP Fatal error: Uncaught Error: Call to undefined function mapi_zarafa_setuser()
-
@diederikdezee said in Feature request: password reset:
mapi_zarafa_setuser
interesting as this function is still in the documentation
https://documentation.kopano.io/kopano_php_language_binding/function_reference.html#kopano-specific-functionsrg
Christian -
@diederikdezee
Did you try the version I sent you via chat?