You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is also handy for the resend email URL request which requires people to know their ID number
Lack of perl not withstanding I think its a fairly easy fix by adding something along the lines of
my $p_data = $person->name . " (" . $person->tier->times_to_string . ") SM" . $person->id;
to line 492 of /lib/AccessSystem/TelegramBot.pm
not sure if field id need conversion to string
This is needed for the box culling procedure.
The text was updated successfully, but these errors were encountered: