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
+3
View File
@@ -1,4 +1,7 @@
class WelcomeController < ApplicationController
def index
if user_signed_in?
redirect_to settings_path and return
end
end
end