%- include('../partials/header') %>
You haven't created any hunts yet.
Create Your First HuntGenerate a one-time password reset link for a user. The link expires in 24 hours.
<% if (typeof resetUrl !== 'undefined' && resetUrl) { %>Reset link for <%= resetUsername %>:
Send this link to the user. It expires in 24 hours and can only be used once.
Grant or revoke the Organizer role. Organizers can create hunts and manage their own hunts only.
| User | Role | Action |
|---|---|---|
| <%= u.username %> | <%= u.is_organizer ? 'Organizer' : 'Player' %> | <% if (u.is_organizer) { %> <% } else { %> <% } %> |