Mrugesh Mohapatra
57ceee0897
fix: update email template
2018-07-28 08:33:30 +01:00
Stuart Taylor
a76c8aff5a
Fix: Settings/Portfolio UI ( #17202 )
...
* chore(names): Certificate -> Certification
* fix(style): Profile Certs alignment and font-size
* fix(button): Remove user icon
* fix(style): Adjust profile timeline UI
* fix(style): General account settings style fixes
* chore(updateEmail): Remove update email until we sort out auth0
* fix(copy): website -> personal website
* fix(copy): profile -> portfolio
* feat(home): Add legacy certs to user home page
* fix(copy): Change Honest settings copy
* fix(cert-settings): Filter out 'take home's
* fix(copy): next lesson -> next coding challenge
* fix(alignment): Align portfolio item settings' buttons
2018-05-21 10:21:15 -05:00
Quincy Larson
4f0f17892c
Fix/copy improvements ( #16859 )
...
* fix(seed): Simplify copy of lessons and remove need for image
* rework copy for account creation and login emails
* fix: Fixup email template and lock-file
2018-03-09 19:39:44 +00:00
Stuart Taylor
24ef69cf7a
feat(settings): Expand Settings page functionality ( #16664 )
...
* fix(layout): Fix Settings layout in firefox
* chore(availableForHire): Remove available for hire setting
* feat(helpers): Use helper components for Settings layout
* fix(map): Fix undefined lang requested
* feat(settings): Expand Settings page functionality
* chore(pledge): Remove pledge from Settings
* fix(about): Adjust AboutSettings layout
* fix(portfolio): Improve PortfolioSettings layout
* fix(email): Improve EmailSettings layout
* fix(settings): Align save buttons with form fields
* fix(AHP): Format AHP
* fix(DangerZone): Adjust DangerZone layout
* fix(projectSettings): Change Button Copy
* fix(CertSettings): Fix certificate claim logic
* chore(lint): Lint
2018-02-16 17:18:53 -06:00
Jonathan Grah
674ce83ab0
feat(cert): Certificates ( #16185 )
...
* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
Quincy Larson
8848673b90
fix: landing icons and verify email template ( #16178 )
2017-12-11 10:42:50 +05:30
Mrugesh Mohapatra
fe059c224e
fix(User): Naming convention updates
2017-10-28 00:24:26 +05:30
Dawsmonkee
593dbd42aa
Changed grammar
...
Removed comma and put in appropriate and instead.
2017-10-20 09:15:40 +01:00
Mrugesh Mohapatra
d77e9fd411
fix(user): Remove remote method on user create
2017-09-17 15:27:45 +05:30
Timo
a051d4d443
feat(server.certs): Remove team email
2017-09-08 10:48:08 -07:00
Mrugesh Mohapatra
5adff6a292
fix(email): Add a trailing slash to avoid redirects
2017-09-01 17:32:20 -07:00
Mrugesh Mohapatra
5c56a1e78c
Update email views and notifications
2017-09-01 17:15:26 -07:00
Mrugesh Mohapatra
f3804bb553
chore(passwordless): Update to freeCodeCamp
2017-09-01 17:15:26 -07:00
Mrugesh Mohapatra
e006f5c97d
Optimize code and streamline flow.
...
- Optimize code and streamline flow.
- Add return statements for error display.
- Invalidate status vars and TTLs on User Model.
- Build Observable for findOrCreate
2017-09-01 17:15:26 -07:00
Mrugesh Mohapatra
f8c818e7e7
Implement passwordless login
...
* Created a new rest API to create and save a temporary token that
can be exchanged for a access token.
* Updated the sign in view
* Add email template for sign in links
* Add route to request a access token and login user
* Make the email views conistent
2017-09-01 17:14:43 -07:00
Timo
dcfe18d5d5
refactor: Replace .com with .org
2017-08-26 00:07:44 +02:00
Eric Leung
16616f78c8
Fix s/Free Code Camp/freeCodeCamp in /server/views
...
This commit changes instances of "Free Code Camp" to "freeCodeCamp"
within the /server/views/ directory.
2017-01-11 01:29:38 -08:00
Quincy Larson
7eaa780351
fix email copy and flash message link copy
2016-06-02 23:39:36 -07:00
Berkeley Martinez
564f4c1180
Update email info copy
2016-06-02 13:48:56 -07:00
Mrugesh Mohapatra
ff4dfb09da
Add email verification and notifications
...
This commit
- [x] Fixes the flash notice color (Trivial)
- [x] Adds flash message for user with no email.
- [x] Adds checks to see if user's email is verified, and displays corresponding notification.
- [x] Adds email templates.
2016-06-01 08:34:34 +00:00
Berkeley Martinez
753fba73f5
feature: notify camper by email on completion
2016-05-04 14:49:57 -07:00