Account Registration: Create new user with API #7

Open
opened 2025-10-14 04:47:09 +00:00 by juyung · 1 comment
Owner
No description provided.
juyung added this to the kubeload project 2025-10-14 04:47:38 +00:00
juyung self-assigned this 2025-10-14 04:51:37 +00:00
Author
Owner

SQL schema

User

id account_number username password master_key recovery_key login_verifier

Subscription

id account_number amount expiry_date

Payment

id account_number currency amount timestamp transaction_id
## SQL schema ### User id | account_number | username | password | master_key | recovery_key | login_verifier -|-|-|-|-|-|- ### Subscription id | account_number | amount | expiry_date -|-|-|- ### Payment id | account_number | currency | amount | timestamp | transaction_id -|-|-|-|-|-
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: juyung/kubeload#7
No description provided.