Sign up validation #22

Open
opened 2023-03-10 09:40:20 -05:00 by llama · 1 comment
Owner

I'm not sure if we are gon a keep this around with the automatic registration we have in mind.

but this should have a confirmation password and validation in the BE.

you can put a space in the email and create a user.
[
{
"id": 4,
"email": "",
"password": "sha256$TaURUkl2wO0gi612$dee666a4cff6ba6337ff09b71742d67dde2cb94a375ec20eb39bc5a1aaea6286",
"name": "",
"google_id": "",
"administrator": 0
}
]

I'm not sure if we are gon a keep this around with the automatic registration we have in mind. but this should have a confirmation password and validation in the BE. you can put a space in the email and create a user. [ { "id": 4, "email": "", "password": "sha256$TaURUkl2wO0gi612$dee666a4cff6ba6337ff09b71742d67dde2cb94a375ec20eb39bc5a1aaea6286", "name": "", "google_id": "", "administrator": 0 } ]
llama added this to the PriceyBot2: Electric Boogaloo project 2023-03-10 09:40:20 -05:00
Owner

I was going to keep those NULL until they used the bot to register, the message object that the bot gets back has the full email and we can set a random password here and have the bot tell them their password

I was going to keep those NULL until they used the bot to register, the message object that the bot gets back has the full email and we can set a random password here and have the bot tell them their password
This repo is archived. You cannot comment on issues.
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: PriceyBot/PriceyBot2#22
No description provided.