mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 12:50:09 +00:00
7c63de8fb1
Allow first user to bypass admin approval requirement when using 'admin_approval' access control method. The first user is auto-approved and becomes admin, avoiding the situation where there's no admin to approve the first user. **Before:** First user gets stuck in pending_approval state **After:** First user bypasses approval and becomes admin automatically Subsequent users still require admin approval as expected.