29th / personnel-v3

Personnel management system version 3
https://www.29th.org
2 stars 6 forks source link

Add more test coverage of UnregisteredUser #233

Closed wilson29thid closed 6 months ago

wilson29thid commented 7 months ago

Ensure the UnregisteredUser concept introduced by e632161 cannot access anything that it shouldn't. It probably can't already, because the existing concept of users (current_user etc) already included non-members. But we should have a test or two verifying that.