Account created <%= @user.created_at %>
Current Filter: <%= if @filter do %> <%= link(@filter.name, to: ~p"/filters/#{@filter}") %> <% else %> (none) <% end %>
Last seen <%= if @last_ip do %> <%= pretty_time(@last_ip.updated_at) %> from <%= link_to_ip(@conn, @last_ip.ip) %> <%= if @last_fp do %> <%= link_to_fingerprint(@conn, @last_fp.fingerprint) %> <% end %> <% else %> (never) <% end %>
Two factor auth: <%= enabled_text(@user.otp_required_for_login) %>
<%= if @user.locked_at do %> Account locked, <%= @user.failed_attempts %> failed login attempts <% else %> Not currently locked <% end %>

Toggle Controls