puguhsyahputra I am confused to use which extension to generate a user management (create, update and delete) only from admin panel. please help me.
Prosperous Please avoid tagging specific members to read your discussion. Your discussion shows up like everyone else's and we do strive to answer each and every post when we can. I'm sure luceos or someone else with the know how will come by and assist.
ChadJessen You can install the no email extenstion. Then you can register and such without having to verify email. I believe this is the extension here: https://discuss.flarum.org/d/6485-email-verification-switch Otherwise, I go into the database using phpmyadmin and manually add a user. That works as well.
luceos ChadJessen I go into the database using phpmyadmin and manually add a user You'd have to reset the password afterwards though, because adding a raw password will not encode it the way Flarum does and as such your raw password won't work.
ChadJessen luceos Oh yeah I forgot about that part. I believe I choose MD5 for the encryption. If there is a different one that should be chosen, let me know.