diff options
author | zeripath <art27@cantab.net> | 2021-02-16 22:37:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 23:37:20 +0100 |
commit | ad43b119a847fbb05d22caefa2602696773bb229 (patch) | |
tree | ac8d2f71ef6fa23a41e93236f673d59f96aee48f /options | |
parent | 66a148e398c3c944e2b79187c09ef0bb7bdfdd5e (diff) | |
download | gitea-ad43b119a847fbb05d22caefa2602696773bb229.tar.gz gitea-ad43b119a847fbb05d22caefa2602696773bb229.zip |
Add Password Algorithm option to install page (#14701)
Add Password Algorithm option to install page
Fix #14674
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 767696cfb9..8b0e5fd8be 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -205,6 +205,8 @@ default_enable_timetracking = Enable Time Tracking by Default default_enable_timetracking_popup = Enable time tracking for new repositories by default. no_reply_address = Hidden Email Domain no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'. +password_algorithm = Password Hash Algorithm +password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems. [home] uname_holder = Username or Email Address @@ -931,7 +933,7 @@ ext_issues = Ext. Issues ext_issues.desc = Link to an external issue tracker. projects = Projects -projects.desc = Manage issues and pulls in project boards. +projects.desc = Manage issues and pulls in project boards. projects.description = Description (optional) projects.description_placeholder = Description projects.create = Create Project |