User self-service Password reset with ldap based mailservers
It would be nice to see afterlogic have a "forgot password" settings which would allow a user to reset the account password through mailing a reset link to the users private email address. The private emailadress should be read out of the ldap and not the sql database from afterlogic to keep this manageable through the administration tools of the ldap admin.
Currently we user the following tool, which works nice but it would be nice to have this integrated into afterlogic.
The developer is quiet open for suggestions, so maybe you guys could come together to use his already in php coded solution into afterlogic webmail solutions (pro and or lite).
https://www.ldap-account-manager.org/lamcms/lamPro/features#passwordReset
If you'd add this feature we would upgrade to Webmail PRO without second thought because this is the absolute killer feature, even better than making it possible to manage SPAM filter settings in the settings pane.
We love Afterlogic in our NPO orga because it is simple and provides most of the features that are required to work with messages.
The reason why we did not go for pro was because it lacks SPAM settings and advanced (sieve) filter functionality, as well as a user self service password reset (not change!) features when connected to an LDAP based mailservers.
-
AdminAfterlogic (Manager, AfterLogic) commented
How universal is this? With LDAP, the typical problem is that you need to adjust your code heavily for every particular installation. Unlike IMAP/SMTP, LDAP is pretty abstract and different installations use very different schemas.