Add LDAP logins and password resets, config, etc.

This commit is contained in:
2020-11-10 11:36:06 +01:00
parent 5e6a7cabd6
commit 674b0a0ff5
40 changed files with 988 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
class SettingsController < ApplicationController
def index
end
end