ad4b6e0d79
refactor(webapp): remove email normalization ( #8580 )
...
* remove email normalization from webapp
* missing change
* fix error when email is not defined
* fix lint
* remove obsolete test
* remove obsolete tests
* fix password reset
---------
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-05-25 15:58:41 +02:00
Moriz Wahl
65f764f6d9
feat(backend): signup email localized ( #8459 )
...
* localized registration email
* localized email verification email
* localized reset password email
2025-05-05 20:44:14 +02:00
Moriz Wahl
6eb5ad25af
get all components tests running
2023-02-15 11:12:19 +01:00
Moriz Wahl
4ce5bdd6fa
get most components working
2023-02-15 10:23:34 +01:00
0e6893eeb3
coverage PasswordReset/Request.spec.js
2021-04-24 02:09:27 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +03:00
roschaefer
1d15176500
Write a test for #2057
2019-11-05 00:06:15 +01:00
roschaefer
bb5d581906
refactor: restructure translations and components
2019-10-11 00:54:19 +02:00
mattwr18
fa3053dca7
Tidy up, follow @roschaefer , @Tirokk PR suggestions
...
- Fix tests by stubbing LocaleSwitch/client-only
- Add portuguese translations
- Add back to login link
- Use span over   following @alina-becks PR review on another PR
2019-09-11 16:40:39 +02:00
Matt Rider
faa4148858
Stub sweetalert-icon in tests which use
2019-08-07 15:20:36 +02:00
Robert Schäfer
ff46740e90
Follow @mattwr18 suggetions don't enter mail twice
2019-06-20 15:13:22 +02:00
Robert Schäfer
c85c94aa40
Splitting components, better route navigation
...
This also allows us to generate a password reset link to quickly reset
your password without entering the code and email manually.
2019-06-19 14:23:22 +02:00