5472-user_passExpired #1594

Merged
alexm merged 34 commits from 5472-user_passExpired into dev 2023-06-12 10:38:25 +00:00
Member
No description provided.
alexm added 24 commits 2023-06-07 11:39:14 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
42fc0b62d8
refs #5472 feat(user): add passExpired
gitea/salix/pipeline/head This commit looks good Details
79e7e7c604
refs #5472 feat: add change-password section
gitea/salix/pipeline/head This commit looks good Details
5eca583c62
refs #5472 feat(vnUser): override setPassword
gitea/salix/pipeline/head There was a failure building this commit Details
2da4289695
refs #5472 feat(vn-user): override change-password & set-password
gitea/salix/pipeline/head There was a failure building this commit Details
728ef965c4
refs #5472 feat(out_login): change-password
gitea/salix/pipeline/head There was a failure building this commit Details
73fb940c63
refs #5472 try change-password
gitea/salix/pipeline/head There was a failure building this commit Details
c6c15d7c69
refs #5472 feat: changePassword with passExpired
gitea/salix/pipeline/head There was a failure building this commit Details
ddab59a10c
refs #5472 refactor(changePassword): convert in async
gitea/salix/pipeline/head This commit looks good Details
c35e2e155f
refs #5472 test(changePassword): back
gitea/salix/pipeline/head There was a failure building this commit Details
9462ca90a7
refs #5472 refactor setPassword & changePassword, fix sync
gitea/salix/pipeline/head There was a failure building this commit Details
86cd5f5237
refs #5472 fix sync
gitea/salix/pipeline/head There was a failure building this commit Details
64abf4bf14
refs #5472 fix req.data.error.code
gitea/salix/pipeline/head There was a failure building this commit Details
5d6eaca6b8
refs #5472 test(changePassword): e2e
gitea/salix/pipeline/head There was a failure building this commit Details
cb50c617ee
refs #5489 deprecate account.user.password
alexm reviewed 2023-06-07 11:41:33 +00:00
@ -52,1 +52,3 @@
await page.waitToClick(selectors.claimSummary.firstSaleItemId);
const firstItem = selectors.claimSummary.firstSaleItemId;
await page.evaluate(selectors => {
document.querySelector(selectors).scrollIntoView();
Author
Member

Aço ho he tingut q ficar pq on tenia que fer click se quedava fora de la pantalla no li fea click.

Aço ho he tingut q ficar pq on tenia que fer click se quedava fora de la pantalla no li fea click.
alexm marked this conversation as resolved
alexm added 1 commit 2023-06-07 11:44:51 +00:00
gitea/salix/pipeline/head This commit looks good Details
1240a6b71a
Merge branch 'dev' into 5472-user_passExpired
alexm added 2 commits 2023-06-07 11:45:03 +00:00
alexm requested review from juan 2023-06-07 11:47:53 +00:00
alexm reviewed 2023-06-08 08:23:04 +00:00
@ -0,0 +28,4 @@
const oldPassword = 'nightmare';
const newPassword = 'newPass.1234';
describe('Bad login', async() => {
it('should receive an error when the password is expired', async() => {
Author
Member

cambiar te2e

cambiar te2e
alexm marked this conversation as resolved
alexm added 1 commit 2023-06-08 10:39:43 +00:00
alexm added 1 commit 2023-06-09 06:31:16 +00:00
gitea/salix/pipeline/head This commit looks good Details
f797cc1761
refs #5489 refactor e2e
juan approved these changes 2023-06-09 20:20:44 +00:00
alexm added 1 commit 2023-06-12 05:04:49 +00:00
gitea/salix/pipeline/head This commit looks good Details
d735f142a1
Merge branch 'dev' into 5472-user_passExpired
alexm added 1 commit 2023-06-12 08:46:31 +00:00
alexm added 2 commits 2023-06-12 09:06:57 +00:00
alexm requested review from juan 2023-06-12 09:07:30 +00:00
juan approved these changes 2023-06-12 10:30:49 +00:00
alexm added 1 commit 2023-06-12 10:31:29 +00:00
gitea/salix/pipeline/head This commit looks good Details
24b3697ac6
Merge branch 'dev' into 5472-user_passExpired
alexm merged commit 80f6c72fee into dev 2023-06-12 10:38:25 +00:00
alexm deleted branch 5472-user_passExpired 2023-06-12 10:38:25 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1594
No description provided.