curtisg
You can add it directly in the db by copying an existing record and inputting your details where needed (like username, email, etc.). For the password you must set a bcrypt hashed string (with 8 round entropy) or use the copied staff’s password and after you create the record in the db simply request password reset via staff login page.
Cheers.