xyt
ea88839db9
feat: add back button in forget password page ( #2847 )
...
* feat: add back button in forget password page
* fix: can't step back when directly entering forgot password page
* feat: forget password page always return to login page
* feat: if has history then go back to history & change style
* Update ForgetPage.js
* fix: reset button position
* Update ForgetPage.js
* Update ForgetPage.js
---------
Co-authored-by: Eric Luo <hsluoyz@qq.com>
2024-03-30 23:17:47 +08:00
DacongDA
dbc6b0dc45
feat: fix issue that forget password page fails to redirect back to signin page ( #2792 )
2024-03-10 09:55:44 +08:00
DacongDA
a8699d0b87
feat: use React routing to remove spin between signup and signin pages ( #2740 )
...
* fix: Regarding the color of loading
* fix: use goToLinkSoft and use same code format with result and forget psw
* fix: update signup url
2024-02-24 12:59:09 +08:00
Yang Luo
bcfbfc6947
Support "signinUrl" in forget page
2024-02-14 02:36:52 +08:00
Yaodong Yu
a6f803aff1
feat: refactor code to use responseOK everywhere ( #2111 )
...
* refactor: use responseOK return frontend format json data
* revert handle error
* revert handle error
2023-07-23 09:49:16 +08:00
Trần Thanh Tịnh
cd7589775c
feat: replace all panic by response err ( #1993 )
...
* fix: missing return after response error
* feat: handle error in frontend
* feat: disable loading and catch org edit error
* chore: i18 for error message
* chore: remove break line
* feat: application catching error
2023-06-27 21:33:47 +08:00
leoil
0f57ac297b
ci: add password complexity options to organization edit page ( #1949 )
...
* Support uploading roles and permissions via xlsx file.
* Template xlsx file for uploading users and permissions.
* reformat according to gofumpt.
* fix typo.
* add password complexity options to organization edit page.
* add password complexity options to organization edit page.
* Fixed Typos.
* Fixed Typos.
* feat:add password complexity options to organization edit page
* Auto generate i18n fields.
* Refactor code according to instructions
* Support autocheck passwd complexity in frontend when setting passwd in user edit page.
* feat:Backend Support for password validation in signup and forget page.
* feat:Frontend Support for password validation in signup and forget page.
* Add default password complex option & Update historical empty filed with default option.
* Migrator for field `password_complex_options` in org table.
* feat: support frontend password complex option check in user_edit/forget/signup page.
* frontend update for user edit page
* update i18n file
---------
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2023-06-17 00:07:36 +08:00
Yaodong Yu
b99a0c3ca2
feat: optimize the "forget password" page ( #1709 )
2023-04-06 23:06:18 +08:00
Yaodong Yu
a8937d3046
feat: refactor agreement modal and create folders to classify components ( #1686 )
...
* refactor: refactor agreement modal and create folders to classify components
* fix: i18
* fix: i18
* fix: i18n
2023-03-26 18:44:47 +08:00
Yaodong Yu
337ee2faef
feat: fix the bug that autoSignin generates two callback AJAX calls ( #1682 )
2023-03-24 23:17:54 +08:00
Gucheng Wang
5989c4ff34
Remove i18n duplicates
2023-03-19 01:03:12 +08:00
Gucheng Wang
263f804ab8
Finish i18n of es
2023-03-18 17:24:31 +08:00
Gucheng Wang
3e6ef9e666
Fix forget page i18n
2023-03-03 23:55:48 +08:00
Yaodong Yu
e21087aa50
feat: refactor reset password api and forgetPage.js ( #1601 )
2023-03-01 15:57:42 +08:00
Yaodong Yu
eb72c9f273
feat: support multiple country codes for sending SMS ( #1557 )
...
* feat: support multiple country code
* feat: improve UI
* feat: migrate accountItem
* fix: Aliyun compatible
* fix: phone validate
* fix: typo
2023-02-16 22:53:28 +08:00
Yaodong Yu
950a274b23
fix: region don't display in userEditPage ( #1544 )
2023-02-12 18:56:56 +08:00
Yaodong Yu
fcdf1e8dd2
feat: improve Select component performance ( #1472 )
2023-01-12 23:11:11 +08:00
Yaodong Yu
a0dc6e06cd
feat: add EntryPage for login, signup pages to fix background flashing issue ( #1416 )
...
* feat: fix flush in login Pages
* fix: code format
* fix: improve code
* Update App.js
* Update EntryPage.js
* fix: optimize api request
* Update App.js
* Update App.js
* fix: fix css
* fix: css and getApllicationObj
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2022-12-22 23:39:02 +08:00
Mr Forest
eca2527bc0
feat: fix bug in signup and reset phone and email ( #1396 )
...
* fix: fix bug in signup and reset phone and email
* delete useless addition
2022-12-11 15:52:36 +08:00
Yaodong Yu
ca314bbfb5
feat: refactor layout and fix footer CSS ( #1370 )
2022-12-06 00:50:17 +08:00
Chell
a44a4b0300
feat: fix React incorrect usage to fix issue that verification code must be submitted twice to succeed ( #1348 )
...
* fix: synchronized user login fields saving
* fix: synchronized user login fields saving
* recover changes
* fix: save username in step 2
* fix: format
2022-12-04 20:58:07 +08:00
Yaodong Yu
9f3ee275a8
feat: reformat frontend alert texts with correct i18n ( #1341 )
...
* fix: add i18
* fix: standard prompt message
2022-12-02 00:06:28 +08:00
Chell
61c2fd5412
feat: fix the issue of jumping back to the login page after resetting password ( #1288 )
...
* fix: redirect to login page
* fix: front end router
* fix: front end router
* fix: signup page router
* fix: redirect to login page
2022-11-13 12:16:49 +08:00
Chell
2ce4f96355
fix: forget page mobile view ( #1263 )
2022-11-05 22:54:22 +08:00
Chell
7e5952c804
fix: login / signin frontend router ( #1244 )
...
* fix: go to link
* fix: remove gotologin
* fix: redirect to login page
* fix: redirect to login page
* remove comments
* fix: formats
* fix: formats
* Update Setting.js
Co-authored-by: hsluoyz <hsluoyz@qq.com>
2022-10-28 02:23:57 +08:00
Yaodong Yu
b0f572c51a
feat: add left-side image and improve login page ( #1226 )
2022-10-22 21:43:41 +08:00
Resulte Lee
f02875e1b1
fix: enable captcha in the application which is not built-in ( #1061 )
2022-08-23 23:30:45 +08:00
q1anx1
a741c5179a
chore(style): modify eslint rules ( #1011 )
...
* chore(style): use strict rules
* chore: modify position
* chore(style): warn about `console.log` and `==`
* fix: fix `console.log` error
* Update CropperDiv.js
* Update HomePage.js
Co-authored-by: Yang Luo <hsluoyz@qq.com>
2022-08-13 00:04:18 +08:00
q1anx1
deed857788
chore(style): allow case declarations and ban var
( #987 )
...
* chore(style): allow case declarations
* chore(style): ban `var` and prefer `const`
2022-08-08 23:35:24 +08:00
qianxi0410
c428de6e42
feat: fix some comma dangle
2022-08-07 00:17:27 +08:00
qianxi0410
9bca6bb72e
feat: no-multi-spacing
2022-08-07 00:06:20 +08:00
qianxi0410
cd966116d4
feat: comma dangle
2022-08-06 23:54:56 +08:00
Yang Luo
a0b0e186b7
Improve i18n code and data.
2022-07-17 17:56:43 +08:00
キリサメ qianxi
503d244166
feat(web): add lint ( #875 )
...
* feat: add lint
* feat: fix lint error
* chore: add ignore file
* chore: close indent
2022-07-10 15:45:55 +08:00
leoshine
b9404f14dc
feat: fix bug of using email provider from wrong application ( #869 )
2022-07-10 00:40:52 +08:00
Yixiang Zhao
9f7924a6e0
fix: mask email and phone number on the backend ( #563 )
...
* fix: mask email and phone number on the backend
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: login with masked email or phone
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
* fix: improve regex
Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
2022-03-15 12:54:57 +08:00
Товарищ программист
adf036d8c7
fix: fix missing username in forgetpage ( #487 )
2022-02-14 19:47:18 +08:00
Gucheng Wang
db37f53d6c
Update license headers.
2022-02-13 23:39:27 +08:00
Gucheng Wang
728fe11a3c
Refactor CountDownInput.
2022-01-07 20:34:27 +08:00
Yang Luo
cc8c9b32ef
Fix missing options in renderOptions().
2021-12-24 14:09:12 +08:00
Bingchang Chen
70a550d8bc
feat: login by code ( #344 )
...
Signed-off-by: abingcbc <abingcbc626@gmail.com>
2021-12-07 00:05:53 +08:00
Gucheng Wang
d224e728a3
Reduce CountDownInput args.
2021-11-28 20:57:14 +08:00
Gucheng Wang
36b7993994
Improve UI.
2021-11-28 20:18:03 +08:00
Gucheng Wang
7923bffa6d
Improve forget page CSS.
2021-11-28 14:23:00 +08:00
Gucheng Wang
4e92a8273c
Improve forget page logic.
2021-11-28 11:10:07 +08:00
Gucheng Wang
cbf973882d
Show CustomGithubCorner in other pages.
2021-11-06 22:04:20 +08:00
sh1luo
21b4e0e51d
fix: clear all console warnings ( #192 )
...
Signed-off-by: sh1luo <690898835@qq.com>
2021-07-25 11:10:45 +08:00
Yang Luo
a42a76400e
Improve "Send Code" button style.
2021-06-27 00:52:15 +08:00
Yang Luo
2ba44748c2
Add maskEmail(), fix Safari bug.
2021-06-25 21:35:20 +08:00
turbodog
3a806c14ff
feat: improve i18n and add some translation
...
Signed-off-by: turbodog <turbodog1003@gmail.com>
2021-06-20 00:32:16 +08:00