forked from External/greenlight
		
	Added the ability for admins to send a reset password email for users (#737)
This commit is contained in:
		
				
					committed by
					
						
						Jesus Federico
					
				
			
			
				
	
			
			
			
						parent
						
							1256554ce6
						
					
				
				
					commit
					7e3c44575e
				
			@@ -75,6 +75,10 @@
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="card-footer">
 | 
			
		||||
    <%= f.submit t("update"), class: "btn btn-primary float-right" %>
 | 
			
		||||
    <%= f.submit t("update"), class: "btn btn-primary float-right ml-4" %>
 | 
			
		||||
 | 
			
		||||
    <% if can_reset_password %>
 | 
			
		||||
      <%= link_to "Reset user password", admin_reset_path(user_uid: @user.uid), class: "btn btn-primary float-right" %>
 | 
			
		||||
    <% end %>
 | 
			
		||||
  </div>
 | 
			
		||||
<% end %>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user