Jeremy Bowman
103c723c6d
PLAT-1801 Preserve new user login behavior under Django 1.10+
2017-12-05 10:20:25 -05:00
Salah Alomari
4f6eaa59d1
Use platform_name instead of site_name in password reset email
2017-06-28 02:30:17 +03:00
John Eskew
cb4ae4619b
Use standard 'url' templatetag - deprecated/removed from future.
2017-06-20 10:44:16 -04:00
Douglas Hall
0bf74f849e
Fix the activation email support link in the dashboard sidebar
2017-05-31 20:18:02 -04:00
Uman Shahzad
a41195377c
Allow configurable activation email support link.
...
This also serves as a slight refactor of ENT-392.
2017-05-26 14:25:15 -04:00
Douglas Hall
c1561f63a7
Use PLATFORM_NAME in the account activation sidebar message on the dashboard.
...
ENT-392
2017-05-19 12:58:16 -04:00
Saleem Latif
30eba50b79
Success Message for Account Activation for logged in users
2017-05-19 20:42:40 +05:00
Saleem Latif
20c4a758ab
a11y feedback changes for account activation message
2017-04-26 12:27:47 +05:00
Saleem Latif
0361b50286
Change Account Activation UI on Dashboard
2017-04-24 10:22:35 +05:00
Sylvia Pearce
8b1f28d317
Account registration and activation text string revisions
2016-06-27 13:32:53 -04:00
Robert Raposa
7223ee9316
Fix import order for HTML, Text.
2016-05-23 08:47:08 -04:00
Kevin Falcone
15e8829308
Enable safe by default in the activation flow
...
The largest changes here were around HTML escaping in the translations.
2016-05-05 16:39:17 -04:00
Brian Jacobel
060b5bf97d
Update escaping and safe-templating usage
2016-04-25 15:08:16 -04:00
Brian Jacobel
422147ea5a
Migrate password_reset_confirm.html to Mako (2/4)
2016-04-25 15:08:16 -04:00
Brian Jacobel
bda18f46c0
Convert password_reset_confirm.html to Mako
2016-04-25 15:08:16 -04:00
Waheed Ahmed
4399a5c7bd
Fixed the other half of forgot password flow accourding to logistration.
...
ECOM-2947
2016-03-25 12:02:03 +05:00
Saleem Latif
5523e7336d
message updated for unsupported browsers
2015-10-01 11:21:15 +05:00
Saleem Latif
d91aa83af5
reverting the chnages sent in MAYN-131, final solution will be submitted in a separate PR
2015-09-29 14:03:19 +05:00
Saleem Latif
5b985a5914
updated error message
2015-09-28 16:20:57 +05:00
David Baumgold
34addd8fa8
Group imports together in Mako templates
2015-06-03 12:36:47 -04:00
Julien Romagnoli
a80c09a9f2
Fix edX name hardcoded in password reset email
2015-01-05 11:27:56 -05:00
David Baumgold
25bdf70e78
Better i18n on the password reset page
2015-01-05 10:08:43 -05:00
stephensanchez
afaaca969a
Adding new styles for dashboard notifications.
...
Change the reverification failure message styling.
Changing templates so new styles do not appear in courseware.
Removing unused aria tag.
PR comments on cleaning up SASS
Fix signup LMS test.
Copy changes per review on PR
Updating based on PR comments
Style and HTML changes for notifications
2014-10-07 15:44:47 +00:00
Adam Palay
0c4f98a89b
update password reset template (TNL-503)
2014-09-29 16:15:31 -04:00
Bertrand Marron
879232af46
Make use of django_main for password_reset templates
...
Remove duplicated code and make sure those views use the same visual
identity.
2014-08-20 14:17:55 +02:00
Sarina Canelake
df8f3bd39e
Revert "Pull out edX into variables in password reset email"
...
This reverts commit 3a2276b537 .
2014-07-15 10:20:09 -04:00
Kevin Luo
3a2276b537
Pull out edX into variables in password reset email
2014-07-11 12:25:54 -07:00
chrisndodge
c407e89889
Merge pull request #2781 from edx/cdodge/password-history-enforcements
...
Add some optional policies around password resets, such as password reus...
2014-04-04 16:14:43 -04:00
Matjaz Gregoric
1cb7628d8b
Don't hardcode https protocol in password reset email.
...
Use http or https, depending on the value of `is_secure`.
This is similar to how links in some other email templates work.
2014-04-02 16:46:01 +02:00
Chris Dodge
ff8a0c6891
password history: just limit the result set range to simplify iteration logic
2014-03-31 10:30:58 -04:00
Chris Dodge
d5bb1b5cca
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
2014-03-31 10:30:58 -04:00
Sarina Canelake
0f0f185f90
Fix password reset i18n
2014-02-26 16:17:42 -05:00
Brian Talbot
a41bdb46db
Merge pull request #2476 from ionis-education-group/bodyclass-without-js
...
Stop using JavaScript to set the body's CSS class
2014-02-06 11:28:09 -05:00
Bertrand Marron
5835ecf779
Stop using JavaScript to set the body CSS class
...
This prevents everything from blinking, since the CSS class will be
present when the page is rendering.
2014-02-05 17:34:35 +01:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
Dave St.Germain
6d50ff7b61
Set the html language to the browser's specified language
2014-01-28 16:43:29 -05:00
Giulio Gratta
0429ba7da3
Fixed all instances of "occured" typo
2014-01-24 16:13:26 -08:00
Waheed Ahmed
ebc9f742fb
import jquery in reset password template
...
LMS-1265
2013-11-07 20:16:48 +05:00
Brian Talbot
c476614f21
LMS: adds correct css/style assets back to password reset and confirm views
2013-10-22 13:29:20 -04:00
David Baumgold
3688f221e3
password reset pages use Django templates, not Mako
2013-10-21 14:52:41 -04:00
David Baumgold
15b65fbecc
Fix static links for footer images
2013-10-08 11:39:22 -04:00
Adam Palay
935ebc4e7a
remove unused registration templates
2013-08-26 10:01:03 -04:00
Adam Palay
5a7b72667e
replace html strings wtih tokens in templates
2013-08-13 11:19:58 -04:00
Adam Palay
f9ab433e26
add settings.PLATFORM_NAME to password_reset_confirm context
2013-08-12 17:58:31 -04:00
Adam Palay
13d54c0dd7
fix password reset templates
2013-08-12 15:57:27 -04:00
Adam Palay
69ffb6a87b
replace edx with variable substitution
...
fixes template errors
keep tos untranslated
formatting fixes
2013-07-31 19:39:15 -04:00
Calen Pennington
0d3c44996a
LMS i18n from Tsinghua
2013-07-31 19:39:15 -04:00
Jason Bau
4a98e2eda7
Moves user activation away from just clicking on reset password
...
To following the link in the password reset email
2013-06-23 22:33:54 -07:00
Nate Hardison
940888da37
Use bugs email from settings, not hardcoded value
2013-06-05 10:27:25 -07:00
Greg Price
4e95aa053f
Fix marketing links in password reset pages
2013-05-16 16:57:56 -04:00