Matt Wright
9cda8baff3
Fix #367
2015-05-02 13:55:05 -04:00
Matt Wright
2e08ec87a6
Merge pull request #352 from fuhrysteve/develop
...
X-Forwarded-For can contain multiple IP addresses
2015-05-02 13:46:21 -04:00
Stephen J. Fuhry and Stephen J. Fuhry
923ad720a1
X-Forwarded-For can contain multiple IP addresses
...
From the nginx docs:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html
> $proxy_add_x_forwarded_for
> the “X-Forwarded-For” client request header field with the $remote_addr
> variable appended to it, separated by a comma. If the “X-Forwarded-For”
> field is not present in the client request header, the
> $proxy_add_x_forwarded_for variable is equal to the $remote_addr
> variable.
Use the last IP address in X-Forwarded-For. For this to work properly
behind a trusted proxy, you must be using ProxyFix as described in the
flask & werkzeug documentation.
2014-12-29 08:31:19 -05:00
waltaskew
897b2fceab
Add configuration for token expiration
2014-10-01 15:59:28 -04:00
Cameron Moore
c10ec29fe5
Fix small issues in docs
2014-09-07 21:37:33 -05:00
Matt Wright
11b8222ec5
Add SECURITY_SEND_PASSWORD_RESET_NOTICE_EMAIL config option to optionally send password reset notice emails. Addresses #199
2013-12-19 13:56:34 -05:00
Alexander Sukharev
4549a02219
Added a doc entry for parameter from the previous commit
2013-11-22 18:41:08 +04:00
Matt Wright
7808870fcd
Merge pull request #163 from joehand/develop
...
Add option to disable password change email.
2013-10-03 07:05:54 -07:00
Iuri de Silvio
a112ea06bb
Fix typo: algorith -> algorithm
2013-09-27 21:04:51 -03:00
Joe Hand
389d944aaf
Add option to disable password change email.
2013-09-15 18:38:36 -06:00
Matt Wright
5e2a016bcd
Update docs. Fixes #137
2013-07-22 11:26:11 -04:00
Matt Wright
e00522f331
Add SECURITY_CHANGEABLE to docs. Fixes #115
2013-06-18 15:05:32 -04:00
Matt Wright
461ace9303
Update docs
2013-06-18 15:00:34 -04:00
Matt Wright
38a1dfa336
Merge pull request #85 from chrishaines/template_list
...
Template paths can be specified in config
2013-03-03 18:38:35 -08:00
rumori
4a048a4918
updated doc with new registration email option
2013-02-20 17:37:30 +01:00
Chris Haines
02c49ee423
Paths for templates are now configurable
2013-01-29 22:24:11 -05:00
Matt Wright
f4b6eb9869
Fix table
2012-11-26 15:03:18 -05:00
Anthony Plunkett
514d27fd66
Ability to manage email subjects from configuration.
2012-11-19 21:13:52 -05:00
Matt Wright
da9f683c22
Update docs a bit
2012-08-24 00:48:14 -04:00
Matt Wright
7361114ccb
Update documentation a bit
2012-08-22 17:12:00 -04:00
Matt Wright
24f02a76f5
Update docs
2012-08-21 01:51:17 -04:00
Matt Wright
a3f350f905
Start work on documentation
2012-08-20 17:07:51 -04:00