-
Notifications
You must be signed in to change notification settings - Fork 81
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
Feature/ui users #62
Feature/ui users #62
Conversation
Baby changes to make sure setup is working as expected. Added some bootstrap css to reg form.
Add css to pages user/registration form pages
|
Fixes #51 |
Outgoing email won't work in the development setup at the moment, although we can probably do something to enable it, using the same AWS SMTP server as I'm using for the production setup. The only problem with that is dealing with the AWS SMTP credentials, which are currently stored in a private S3 bucket and which are picked up during provisioning of the production setup. I might be able to transplant some of that to the development setup. |
# Conflicts: # Vagrantfile # app/package.json # app/src/css/main.scss # app/src/js/account/components/Login.jsx # app/src/js/account/components/Password.jsx # app/src/js/account/components/PasswordReset.jsx # app/src/js/account/components/PasswordResetConfirm.jsx # app/src/js/account/components/Profile.jsx # app/src/js/account/components/RegistrationForm.jsx # app/src/js/core/components/Header.jsx # app/src/js/core/components/Home.jsx
Add css to pages user/registration form pages