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.

location /trac-ppp/login {
  auth_basic "Restricted";                                                 
                                                  
  auth_basic_user_file /mnt/data/trac/trac.htpasswd;
  include uwsgi_params;
  uwsgi_pass unix:/run/uwsgi/trac-ppp.sock;
  uwsgi_param     SCRIPT_NAME     /trac-ppp;
  uwsgi_param     REMOTE_USER     $remote_user;
  uwsgi_param     AUTH_TYPE       Basic;
  uwsgi_modifier1 30;
}

Best regards.-

-- 
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.

Reply via email to