mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #289] Needs clear attention on how to make an account for the UI #92
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hatsunemikugit on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/289
How can i sign up for the account for the WEB UI
@sillycrustaceans commented on GitHub (Apr 28, 2026):
@dsternze commented on GitHub (Apr 28, 2026):
Is it possible to create new users in the WEB-UI?
My Idea would be to have multiple users working independently
@vchaplygim commented on GitHub (May 13, 2026):
thanks for raising this!
great news — this is already taken care of in PR #294 which is merged and coming in the next release.
for now, just use the default credentials from the README:
admin@pentagi.com/adminmake sure to change the default password to something stronger after you log in.
once the next release ships, there will be better docs on how to create additional users through the API. if you need multi-user setup before that, you can use the REST API directly at
/api/v1/users/(check the swagger docs athttps://localhost:8443/api/v1/swagger/index.html)cheers!