]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit - api/installation.php
Setup major reshuffle: split up in pre-auth: backend & user creation, and
authorBram Matthys <redacted>
Fri, 21 Apr 2023 09:37:34 +0000 (11:37 +0200)
committerBram Matthys <redacted>
Fri, 21 Apr 2023 09:46:16 +0000 (11:46 +0200)
commit54b9603ced28334eec94ec45aca67e7bdd0d2078
tree7d07f61833b91bd0aa1921e73dc83f5d5aeb1a5f
parent311c294b018ad57aa6d13a0b63e025479e3c3632
Setup major reshuffle: split up in pre-auth: backend & user creation, and
the rest in post-auth (after user is logged in).
This because:
1) It is safer, the process without a user configured is kept short
2) Easier for the user, so they can have the first step go well,
   even if they are stuck at the post-auth step (RPC).

This is even more important if we would later expand the setup step
with more questions/options/etc.

This ALSO mutilates Valware's magnificient on both JS and the dialogs ;P
api/installation.php
api/installation2.php [new file with mode: 0644]
common.php
config/config.defaults.php [deleted file]
config/config.php.sample [deleted file]
index.php
login/index.php
settings/install.php
settings/install2.php [new file with mode: 0644]