Openstack Horizon with register function

Asked by fmyzjs

how to add a register function on horizon(before login)

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Dashboard (Horizon) Edit question
Assignee:
No assignee Edit question
Solved by:
David Lyle
Solved:
Last query:
Last reply:
Revision history for this message
Lin Hua Cheng (lin-hua-cheng) said :
#1

are you looking for user registration function or function to be executed (like logging) when the login page is loaded?

Or a function to be run during logging in?jest before djang_login() is executed?

Revision history for this message
Shanthakumar K (shantha-kumar) said :
#2

There is not register process like eucalyptus or AWS.

As of now, the users can be created from keystone and the same user can be logged in Horizon.

Revision history for this message
Best David Lyle (david-lyle) said :
#3

Are you asking how to implement a self-registration feature, or if one exists. If the latter, shausy is correct and a method integrated into Horizon does not exist. If you are asking how to implement this feature you will have a difficult time doing this without getting changes made in Keystone, as it does not currently have a method to self-register users. User creation currently requires an authenticated user.

Revision history for this message
fmyzjs (fmyzjs) said :
#4

Thanks David Lyle, that solved my question.