This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

auzadventure
auzadventure

Hi, I recently read the above topic and the solutions provided do not quite solve the problem. So I'm presenting my own solution. 1) doesn't wipe all your data 2) works even when you have an admin user already in the DB

Step1: Clear Admin user Remove user with Admin using sql editor

Step2: Remove "Developer row" in roles

Step3: Run the Seeding in the command.

php artisan db:seed --class=\Backend\Database\Seeds\SeedSetupAdmin

Last updated

krstic200329444
krstic200329444

There is also simple "hack":

  1. Run mysql command -
    SELECT * FROM backend_user_throttle WHERE is_suspended = 1

  2. In results find your account by ID, and run mysql command - DELETE FROM backend_user_throttle WHERE is_suspended = 1 AND user_id = YOUR_USER_ID

Last updated

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.