login/register functionality #7

Open
opened 2026-05-13 16:50:52 +00:00 by NakataModem · 1 comment
Owner

give user pgp private key as master private key to recover account without email (no lame seed phrase)
generate pgp key using uuid+@glosy.me of user
pgp key has ability to rotate (with grace period)?

give user pgp private key as `master private key` to recover account without email (no lame seed phrase) generate pgp key using uuid+@glosy.me of user pgp key has ability to rotate (with grace period)?
NakataModem added this to the kanban project 2026-05-13 16:50:52 +00:00
Author
Owner

handle errors (display notice)
on success -> redirect and show PGP key... or show right away?

  • display warnings/errors
  • show modal with PGP key to save (copy or save as file(name with timestamp)), then continue (redirect to profile)
  • handle username uniqueness (each user gets subdomain, they must be unique and right format, e.g. no underscores, only hyphens allowed, upper case also allowed, but username is checked on uniqueness only in lower-case, username is saved as it is in display_name database field
  • suggest random username on entry (?)
handle errors (display notice) on success -> redirect and show PGP key... or show right away? - [ ] display warnings/errors - [ ] show modal with PGP key to save (copy or save as file(name with timestamp)), then continue (redirect to profile) - [ ] handle username uniqueness (each user gets subdomain, they must be unique and right format, e.g. no underscores, only hyphens allowed, upper case also allowed, but username is checked on uniqueness only in lower-case, username is saved `as it is` in display_name database field - [ ] suggest random username on entry (?)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
NakataModem/px#7
No description provided.