Release 1.4.5
- (PF65) Update login min length to be a config value along with example username.
- (PF68) Refactor how PGP key lists are generated for user-global and user-tg sets.
- (T59) Down-case nomination search e-mail before searching.
- (T63) Resolve nuisance translation errors by enabling translation code.
- (T65) fix "user password set $type $username $password", works for sysadmin
- (T65) add cli "user view $username" for sysadmin
- (T61) Fix headshot sizes.
- (PF67) "email address used for recovering passwords"
- (PF67) Roll-back form CSS widening
Make the following changes before launching Trident 1.4.5:
--- a/etc/trident/trident.conf
+++ b/etc/trident/trident.conf
@@ -94,10 +94,17 @@
"msg_monitor_from": "$email",
"msg_monitor_to": "$email",
+ # Override some form parameters
+ "username_min_length": "2",
+ "username_example": "firstlastnum",
+
+ # Translation Setup.
+ "translation_default": "en-US",
+ "translation_languages": [ "en-US.json" ],
+
# Application specific settings
"application": {
# Application Database version
"app_db_schema_version": "0"
}
}