KJB
KJB
1. create your admin user normally, so that the admin user already exists and the next one will be a regular user. 1. `curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -H...
The "change" button is always disabled, even if I type some new roles in, and whether there is only one user, two users, or two users existing but only one...
At least, AFAICT from `grep`.
I have one user only right now: ``` "name": "i have a name", "username": "nammmmmmmmmmme", "email": "[email protected]", "roles": "superAdmin admin", ``` But the filter does not seem to function as...
WP 8.1 Some React apps seem to do this, but most don't. I'm not sure the cause. E.g. https://react.rocks/ itself, plus the movies, resume, soundcloud, and colorflood all at least...
Start the server in production mode, then go to /app without being logged in. ```dos (node:6652) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejec tion id: 2): NotAuthenticated: Invalid login. (node:6652) DeprecationWarning: Unhandled...
First time running production, I get redirected from / to `http://localhost:3030/user/signin?redirect=%2Fapp` according to Firefox. That's fine so far, I think. But at this point, in dev, I would click the...
- **Flixel version:** dev (updated now) - **OpenFL version:** 3.6.0 - **Lime version:** 2.9.0 - **Affected targets:** flash/debug, windows/debug --- **Code snippet reproducing the issue**: ``` haxe package; import flixel.FlxState;...