Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user creation #51

Closed
wants to merge 2 commits into from
Closed

user creation #51

wants to merge 2 commits into from

Conversation

michaelmmlu
Copy link
Contributor

right now we can create new users
to be added:
allowing people to approve new users
making the settings page actually work to update users + profile

@@ -124,4 +124,10 @@
os.path.join(BASE_DIR, 'static'),
]

# placeholder for now, replace with home page when it exists
LOGIN_REDIRECT_URL = '/events/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Home page exists now!

user_form = SettingsForm(instance = current_user)
password_form = PasswordChangeForm(current_user)
#user_form = SettingsForm(instance = current_user)
#password_form = PasswordChangeForm(current_user)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to clarify, has the password change form moved elsewhere?

jameslzhu added a commit to jameslzhu/hknweb that referenced this pull request Apr 6, 2019
@jameslzhu
Copy link
Member

Merged.

@jameslzhu jameslzhu closed this Apr 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants