##// END OF EJS Templates
login: Fix recaptcha. #4279...
login: Fix recaptcha. #4279 There was an error in the retrieval of private/public key from settings model. This leads to `None` as private key and this indicates that recaptcha is not active. Therefore it was never used no matter if private key was set or not.
Martin Bornhold -
r1062:f920e065 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / controllers
admin
__init__.py Loading ...
base_references.py Loading ...
bookmarks.py Loading ...
branches.py Loading ...
changelog.py Loading ...
changeset.py Loading ...
compare.py Loading ...
debug_style.py Loading ...
feed.py Loading ...
files.py Loading ...
followers.py Loading ...
forks.py Loading ...
home.py Loading ...
journal.py Loading ...
pullrequests.py Loading ...
search.py Loading ...
summary.py Loading ...
tags.py Loading ...
users.py Loading ...
utils.py Loading ...