[Bps-public-commit] rt-authen-token branch, new-config-option-disable-password, repushed
Aaron Trevena
ast at bestpractical.com
Mon Jun 29 08:00:18 EDT 2020
The branch new-config-option-disable-password was deleted and repushed:
was 97c0269fb834a770318a5a17401367aeb4fcd21d
now 50579de704b8d0548216e80d19439ac359c9b1e2
1: 97c0269 ! 1: 50579de Add configuration to disable password check on creation of tokens
@@ -23,18 +23,19 @@
+++ b/README
@@
- Plugin( "RT::Authen::Token" );
+ Restart your webserver
++CONFIGURATION
++
+ If you have a mix of local and external authentication you can disable
+ requiring a password to create or edit tokens with the following line
+ in /opt/rt4/etc/RT_SiteConfig.pm :
+
+ Set($DisablePasswordForAuthToken, 1);
+
-+
- Update your Apache configuration
- If you are running RT under Apache, add the following directive to
- your RT Apache configuration to allow RT to access the Authorization
+ AUTHOR
+ Best Practical Solutions, LLC <modules at bestpractical.com>
+
diff --git a/html/Elements/AuthToken/CreateForm b/html/Elements/AuthToken/CreateForm
--- a/html/Elements/AuthToken/CreateForm
@@ -93,14 +94,16 @@
+++ b/lib/RT/Authen/Token.pm
@@
- Plugin( "RT::Authen::Token" );
+ =back
++=head1 CONFIGURATION
++
+If you have a mix of local and external authentication you can disable
+requiring a password to create or edit tokens with the following line
+in /opt/rt4/etc/RT_SiteConfig.pm :
+
+ Set($DisablePasswordForAuthToken, 1);
+
- =item Update your Apache configuration
+ =head1 AUTHOR
- If you are running RT under Apache, add the following directive to your RT
+ Best Practical Solutions, LLC E<lt>modules at bestpractical.comE<gt>
More information about the Bps-public-commit
mailing list