Correct functions for creating new users, confirming email, resetting password and forgot password.
This commit is contained in:
@@ -53,6 +53,10 @@ http {
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location /reset {
|
||||
rewrite ^/reset(.*)$ /admin/reset$1 permanent;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
alias /etc/nginx/static/;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user