Add LDAP logins and password resets, config, etc.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
class WelcomeController < ApplicationController
|
||||
def index
|
||||
if user_signed_in?
|
||||
redirect_to settings_path and return
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user