On Monday, September 18, 2017 at 2:50:17 AM UTC-6, Mo wrote: > > Hi, > > doing the auth via Nginx Basic auth, the logins are working fine. But the > users doesn't see any way to change its password in the user preferences. I > remember that was possible some time ago. >
That feature is provided by AccountManagerPlugin. You'll need to install and configure AccountManager, but you don't have to let AccountManager handle the authentication in order to have AccountManager provide password change functionality. You can continue to let Nginx handle authentication. https://trac-hacks.org/wiki/CookBook/AccountManagerPluginConfiguration#HtPasswdStore - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
