When Registration OK, go to Login and show message to verify email.

This commit is contained in:
Paolo Arena
2019-01-01 03:22:01 +01:00
parent 7a217c3ca9
commit d0de816ceb
10 changed files with 56 additions and 140 deletions

View File

@@ -1,24 +1,9 @@
export const SET_VALUE = 'SET_VALUE'
export const SET_DEFFERED_PROMPT = 'defprompt'
export const SET_LOGIN_PAGE = 'setloginpage'
export const SET_LAYOUT_NEEDED = 'setlayneeded'
export const SET_MOBILE_MODE = 'setmobilemode'
export const SET_MENU_COLLAPSED = 'setmenucoll'
export const SET_POSTS = 'setposts'
export const SET_FORM_SIGNUP = 'formsignup'
// USER:
export const USER_REC = 'user_rec'
export const USER_USERNAME = 'username'
export const USER_EMAIL = 'email'
export const USER_LANG = 'lang'
export const USER_PASSWORD = 'password'
export const USER_DATEOFBIRTH = 'dateofbirth'
export const USER_SIGNUP = 'signup'
export const USER_SIGNIN = 'signin'
export const USER_AUTOLOGIN = 'autologin'
export const USER_LOGOUT = 'logout'
export const USER_VREG = 'vreg'
export const USER_REQUESTRESETPWD = 'requestpwd'
export const USER_UPDATEPWD = 'resetpwd'