hoangvu96z / Hvtekshop_App

0 stars 0 forks source link

Add Register page #1

Closed hoangvu96z closed 2 years ago

hoangvu96z commented 2 years ago

As a user, We need to have a Regrister page to create a new user Acceptance criteria:

image

Referrences :
Create user api : https://developer.wordpress.org/rest-api/reference/users/#create-a-user Roles : https://wordpress.org/support/article/roles-and-capabilities/ Hash password : https://www.codegrepper.com/code-examples/javascript/password-hash+angular+crypto Angular i18n https://phrase.com/blog/posts/localizing-ionic-applications-with-ngx-translate/ Generate password : https://www.codegrepper.com/code-examples/javascript/angular+random+password+generator

hoangvu96z commented 2 years ago

Password rules :

hoangvu96z commented 2 years ago

Summary of Roles

Administrator (slug: ‘administrator’) – somebody who has access to all the administration features within a single site. Editor (slug: ‘editor’) – somebody who can publish and manage posts including the posts of other users. Author (slug: ‘author’) – somebody who can publish and manage their own posts. Contributor (slug: ‘contributor’) – somebody who can write and manage their own posts but cannot publish them. Subscriber (slug: ‘subscriber’) – somebody who can only manage their profile.