Add ability to skip sign-in token authentication for specific users (#16427)
Remove "active within last two weeks" exception for sign in token requirement Change admin reset password to lock access until the password is reset
This commit is contained in:
		@@ -283,6 +283,7 @@ Rails.application.routes.draw do
 | 
			
		||||
 | 
			
		||||
    resources :users, only: [] do
 | 
			
		||||
      resource :two_factor_authentication, only: [:destroy]
 | 
			
		||||
      resource :sign_in_token_authentication, only: [:create, :destroy]
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    resources :custom_emojis, only: [:index, :new, :create] do
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user