If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
OX AppSuite - My users cannot change their password according to the manual. The change Password link is missing in the web gui. It should be under settings / einstellungen
You need a password change implementation. As password change is always and integration thing (as much as the authentication plugin) we ship two different ones:
open-xchange-passwordchange-database: if you manage your passwords in the OX database
open-xchange-passwordchange-script: you can run any script on the server to actually perform the change
You need a password change implementation. As password change is always and integration thing (as much as the authentication plugin) we ship two different ones:
open-xchange-passwordchange-database: if you manage your passwords in the OX database
open-xchange-passwordchange-script: you can run any script on the server to actually perform the change
Comment