Griatch
Griatch
The hilight errors have been resolved; what remained was an issue with line breaks from the `py` command. Now fixed in `develop` branch.
Running `createsuperuser` on an already existing database (with another superuser) works fine, with no duplication. I can replicate if trying to run `evennia createsuperuser` on an empty database. I think...
I have blocked this command running more than the initial time, since it will not create a valid Account anyway if run to create a second superuser (this can be...
@TehomCD This is more something for ArxCode. Closing this against Evennia 1.0-dev.
This seems to happen also if closing with the X (for me on firefox), using the Middle mouse button does not appear to matter.
If you use sqlite3, it's trivial to do by just creating your superuser once, and then copying the `evennia.db3` file to a backup. Then just copy that file back over...
Generally the superuser is created as part of `at_initial_setup.py` and the system starts up right after. I usually run `evennia start` first and make a copy of that. If you...
This would likely require a change in `evennia/server/evennia_launcher.py`. For `develop` branch.
I'd say it could be optional and only used if the following is given in settings (normally in `secret_settings.py`): FIRST_SUPERUSER_NAME = "..." FIRST_SUPERUSER_EMAIL = "..." # optional FIRST_SUPERUSER_PASSWORD = "..."
This is not reproducible on a vanilla system (I've never seen it and as you can imagine, I reload _a lot_ during development). So this seems most likely to be...