4077-login_recover-password & account_verifyEmail #1063

Merged
alexm merged 52 commits from 4077-login_recover-password into dev 2022-11-28 11:34:03 +00:00
Member
No description provided.
alexm added the
CR / Tests passed
label 2022-09-26 07:09:12 +00:00
alexm added 11 commits 2022-09-26 07:09:14 +00:00
gitea/salix/pipeline/head This commit looks good Details
cf7016c28a
feat(login): recover-password section
gitea/salix/pipeline/head This commit is unstable Details
310557427a
feat(recover-password): create section and route
gitea/salix/pipeline/head This commit looks good Details
918863ee8e
feat(account): recover-password
gitea/salix/pipeline/head There was a failure building this commit Details
00f5689825
feat(account): recover-password
gitea/salix/pipeline/head There was a failure building this commit Details
fc5460dc9e
feat(account): send verifyEmail when change email and tests
gitea/salix/pipeline/head There was a failure building this commit Details
d2cbaa565e
add translation
gitea/salix/pipeline/head There was a failure building this commit Details
63acbc50d5
quit comment
joan requested review from juan 2022-09-28 06:28:50 +00:00
juan requested changes 2022-09-28 07:50:45 +00:00
juan left a comment
Owner

Te he ficat uns canvis per al back, quant els tingues mirem front.

Te he ficat uns canvis per al back, quant els tingues mirem front.
@ -0,0 +31,4 @@
});
if (!user)
throw new UserError(`This email does not belong to a user`);
Owner

Aixina dones pistes sobre si el correu existeix, si no trova el correu fes return de forma que el client es comporte de la mateixa manera. Aquest métode nomes deuria fallar en errors inesperats, que tornarien al client com a HTTP 500 Internal server error

Aixina dones pistes sobre si el correu existeix, si no trova el correu fes `return` de forma que el client es comporte de la mateixa manera. Aquest métode nomes deuria fallar en errors inesperats, que tornarien al client com a *HTTP 500 Internal server error*
alexm marked this conversation as resolved
@ -0,0 +39,4 @@
});
const title = $t('Recover password');
const body = `
Owner

Gasta una plantilla ejs com ací, no fa falta afegir dependencies:

Gasta una plantilla *ejs* com ací, no fa falta afegir dependencies: * https://gitea.verdnatura.es/juan/hedera-web/src/branch/master/back/common/models/user.js#L52
alexm marked this conversation as resolved
@ -0,0 +48,4 @@
${title}
</a>`;
await Self.rawSql(`CALL vn.mail_insert(?,?,?,?)`, [
Owner
No gastes la BD per enviar correus, gasta (i defineix) un model `Email` com s'ha fet ací👍 * https://gitea.verdnatura.es/juan/hedera-web/src/branch/master/back/common/models/user.js#L57 * https://gitea.verdnatura.es/juan/hedera-web/src/branch/master/back/server/model-config.json#L58 * https://loopback.io/doc/en/lb3/Email-connector.html
alexm marked this conversation as resolved
@ -0,0 +55,4 @@
body
]);
return;
Owner

Aquest return no fa falta ficarlo.

Aquest return no fa falta ficarlo.
alexm marked this conversation as resolved
@ -29,0 +46,4 @@
const $t = httpRequest.__;
const title = $t('Verify email');
const body = `
Owner

Plantilla ejs

Plantilla *ejs*
alexm marked this conversation as resolved
@ -29,0 +55,4 @@
${title}
</a>`;
result = await Self.rawSql(`CALL vn.mail_insert(?,?,?,?)`, [
Owner
Cridar al métode `User.verify()` com ací: * https://gitea.verdnatura.es/juan/hedera-web/src/branch/master/back/common/models/user.js#L22 * https://loopback.io/doc/en/lb2/Registering-users.html
alexm marked this conversation as resolved
@ -16,3 +16,3 @@
get showLayout() {
let state = this.$state.current.name;
return state && state != 'login';
return state && !state.includes('login');
Owner

Açò funciona en tots els casos? Que passa si un estat conte login?

Açò funciona en **tots** els casos? Que passa si un estat conte login?
alexm marked this conversation as resolved
alexm added 2 commits 2022-09-28 10:20:50 +00:00
alexm removed the
CR / Tests passed
label 2022-09-28 10:22:43 +00:00
alexm changed title from 4077-login_recover-password & account_verifyEmail to WIP: 4077-login_recover-password & account_verifyEmail 2022-09-28 10:22:47 +00:00
joan changed title from WIP: 4077-login_recover-password & account_verifyEmail to 4077-login_recover-password & account_verifyEmail 2022-10-06 06:27:55 +00:00
joan added 1 commit 2022-10-06 06:28:10 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
f2eaa9d0e5
Merge branch 'dev' into 4077-login_recover-password
joan changed title from 4077-login_recover-password & account_verifyEmail to WIP: 4077-login_recover-password & account_verifyEmail 2022-10-06 11:49:20 +00:00
alexm added 1 commit 2022-10-10 12:20:37 +00:00
alexm added 1 commit 2022-10-10 13:17:09 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
ce2ad32ac9
add email template
alexm added 1 commit 2022-10-11 05:22:40 +00:00
alexm added 1 commit 2022-10-11 08:06:39 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
2e36164a98
fix(recover-password): use pint/Email
alexm added 1 commit 2022-10-11 12:56:45 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
acc88c8239
use ejs template
alexm added 1 commit 2022-10-13 12:55:46 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
e240702884
use user
alexm added 2 commits 2022-10-17 05:22:44 +00:00
alexm added 2 commits 2022-10-21 11:47:18 +00:00
alexm added 40 commits 2022-10-26 11:28:49 +00:00
gitea/salix/pipeline/head This commit looks good Details
012cd68c89
Added menu to create a new supplier, not working
gitea/salix/pipeline/head This commit looks good Details
dc6c8f924d
feat: Create new Supplier
gitea/salix/pipeline/head There was a failure building this commit Details
594cee12f3
add checks to the existence of object variables
gitea/salix/pipeline/head This commit looks good Details
1603619d81
removed debugging elements
gitea/salix/pipeline/head This commit looks good Details
0cdee89ac3
Button removed when user does not have permissions
gitea/salix/pipeline/head This commit looks good Details
f0b1591b14
Remove debugging elements
gitea/salix/pipeline/head This commit looks good Details
dc53aac163
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
70c9c3d788
initial back test created, modified DB statetments
gitea/salix/pipeline/head There was a failure building this commit Details
9290cd6fb6
Finished back tests
gitea/salix/pipeline/head This commit looks good Details
047076f189
changed tests
gitea/salix/pipeline/head There was a failure building this commit Details
a204c6e2b0
Fixed the suppliers not appearing
gitea/salix/pipeline/head There was a failure building this commit Details
470b4485d5
Fixed test and DB structure
gitea/salix/pipeline/head There was a failure building this commit Details
db12ceb369
removed async from the redirect function
gitea/salix/pipeline/head Build queued... Details
73a69051a8
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head This commit looks good Details
aa13034ee6
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head This commit looks good Details
25e934a591
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head There was a failure building this commit Details
6a17a634d4
hotFix(receipt): add receiptPdf
gitea/salix/pipeline/head This commit looks good Details
a66c5e6798
acl
gitea/salix/pipeline/head This commit looks good Details
fe95c45c42
Merge pull request 'MASTER_hotFix(receipt): add receiptPdf' (!1100) from hotFix_receiptPdf into master
Reviewed-on: #1100
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
e80754f280
Added new SQL version
gitea/salix/pipeline/head There was a failure building this commit Details
931a891f71
fix: check client.email exists
gitea/salix/pipeline/head There was a failure building this commit Details
4520443734
fix: Intl polyfill for spanish locale
gitea/salix/pipeline/head This commit looks good Details
5811a0f56e
Merge pull request 'MASTER_hotfix: check if email exists' (!1103) from 4708-client.basic-data into master
Reviewed-on: #1103
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
9089ba7346
requested changes
gitea/salix/pipeline/head This commit looks good Details
d60f6769b4
Merge branch 'dev' into 4153-supplier.fiscal-data
gitea/salix/pipeline/head This commit looks good Details
39b70ed75f
Merge pull request '4153-supplier.fiscal-data' (!1096) from 4153-supplier.fiscal-data into dev
Reviewed-on: #1096
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
330af56d2f
Intl polyfill
gitea/salix/pipeline/head There was a failure building this commit Details
76d248131c
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
1196125350
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head There was a failure building this commit Details
7b04464848
Merge branch 'dev' into 2612-create-supplier
gitea/salix/pipeline/head There was a failure building this commit Details
296a743d8a
Fix test, remove console log
gitea/salix/pipeline/head There was a failure building this commit Details
418ba65c2e
Merge pull request '2612-create-supplier' (!1089) from 2612-create-supplier into dev
Reviewed-on: #1089
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
4334907d91
fix(database): updated sql files
gitea/salix/pipeline/head There was a failure building this commit Details
cf24301bfe
feat(account): email-verify refs #4077
alexm added 1 commit 2022-10-26 11:33:44 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
a9a20758bd
remove unnecesary
alexm added the
CR / Tests passed
label 2022-10-26 11:34:00 +00:00
alexm changed title from WIP: 4077-login_recover-password & account_verifyEmail to 4077-login_recover-password & account_verifyEmail 2022-10-26 11:34:06 +00:00
alexm requested review from juan 2022-10-26 11:34:43 +00:00
alexm added 54 commits 2022-11-02 06:35:20 +00:00
gitea/salix/pipeline/head This commit is unstable Details
7895decf4e
feat(notification): create models
gitea/salix/pipeline/head This commit looks good Details
9b48cbb078
feat(notification): send
gitea/salix/pipeline/head There was a failure building this commit Details
2b19688ca4
quit focus
gitea/salix/pipeline/head This commit looks good Details
d040ecb743
feat(ticket): getVideo from shinobi
gitea/salix/pipeline/head This commit looks good Details
7d4dd7bb52
feat(boxing): return stream video
gitea/salix/pipeline/head This commit looks good Details
8a08b6f399
feat(ticket_boxing): return video stream
gitea/salix/pipeline/head This commit is unstable Details
b4b6d61460
feat(ticket_boxing): fix getVideo
gitea/salix/pipeline/head This commit looks good Details
43df1e7e10
refactor(boxing): refactor getVideo
gitea/salix/pipeline/head This commit looks good Details
8dd02ab6ee
quit console.logs
gitea/salix/pipeline/head This commit looks good Details
c06d2970ae
test(boxing): getVideoList
gitea/salix/pipeline/head There was a failure building this commit Details
2c691eb796
feat(vnApp): getUrl and create salix.url. test(boxing): getVideoList
gitea/salix/pipeline/head There was a failure building this commit Details
e931414bb7
unnecessary code
gitea/salix/pipeline/head This commit is unstable Details
eec1d6df4a
add translation
gitea/salix/pipeline/head This commit looks good Details
f81b2775a0
add fixture
gitea/salix/pipeline/head This commit looks good Details
24cb8e00bb
creates notification sql in changes
gitea/salix/pipeline/head This commit looks good Details
c637f2c879
feat(send): use vn-print libary and adapt test
gitea/salix/pipeline/head This commit looks good Details
aef47d46b1
env test
gitea/salix/pipeline/head This commit looks good Details
c24b975f26
remove node_env
gitea/salix/pipeline/head There was a failure building this commit Details
3fd10dfc64
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head There was a failure building this commit Details
ac8c4b8ef0
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head There was a failure building this commit Details
607e9010e6
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head This commit looks good Details
f65d06fc7d
fixes #4073
gitea/salix/pipeline/head There was a failure building this commit Details
6a2bc5b593
Disabled back tests
gitea/salix/pipeline/head There was a failure building this commit Details
51f95f0261
Fixed error
gitea/salix/pipeline/head There was a failure building this commit Details
714fe32552
Fix error
gitea/salix/pipeline/head There was a failure building this commit Details
5c65314162
use findById
gitea/salix/pipeline/head This commit looks good Details
da78b39874
Merge branch 'dev' into 4075-ticket_boxing
gitea/salix/pipeline/head This commit looks good Details
80617dd578
Merge branch 'dev' into 4320-notificationQueue
gitea/salix/pipeline/head This commit looks good Details
88dda4523f
Merge pull request '4320-notificationQueue' (!1087) from 4320-notificationQueue into dev
Reviewed-on: #1087
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
ad1b429d10
check if user has role from userToUpdate
gitea/salix/pipeline/head This commit looks good Details
9c9db3250e
Merge pull request '4075-ticket_boxing' (!1070) from 4075-ticket_boxing into dev
Reviewed-on: #1070
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
70c97120b3
Merge pull request 'MASTER_4073-user_hasGrant' (!1107) from 4073-user-hasGrant-master into master
Reviewed-on: #1107
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
57e74fab38
refs #4716 tipos actualizados
gitea/salix/pipeline/head This commit looks good Details
463d3e6e12
Fixes
gitea/salix/pipeline/head There was a failure building this commit Details
d34936015b
Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head There was a failure building this commit Details
231575d23e
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into dev
gitea/salix/pipeline/head This commit looks good Details
ac6fbd07a9
Upgraded node version
gitea/salix/pipeline/head This commit looks good Details
ea5c081a73
Merge pull request 'refs #4716 tipos actualizados' (!1115) from 4716-tipos-aceptados into dev
Reviewed-on: #1115
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
alexm added 1 commit 2022-11-02 11:23:09 +00:00
gitea/salix/pipeline/head This commit is unstable Details
4cded53347
Merge branch 'dev' into 4077-login_recover-password
alexm added 1 commit 2022-11-02 12:47:13 +00:00
alexm added 1 commit 2022-11-03 08:39:13 +00:00
gitea/salix/pipeline/head This commit is unstable Details
36894c31de
Merge branch 'dev' into 4077-login_recover-password
alexm added 1 commit 2022-11-03 13:59:25 +00:00
gitea/salix/pipeline/head This commit is unstable Details
5c9bc47235
user model
alexm changed title from 4077-login_recover-password & account_verifyEmail to WIP: 4077-login_recover-password & account_verifyEmail 2022-11-04 06:35:20 +00:00
joan added this to the v9.0.0 - November milestone 2022-11-04 08:25:00 +00:00
alexm added 28 commits 2022-11-07 14:15:15 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
c77999871e
refs #3951
gitea/salix/pipeline/head There was a failure building this commit Details
ec81b12239
refactor: el UserError se lanza en back
gitea/salix/pipeline/head There was a failure building this commit Details
e0e015c268
fix: backTest
gitea/salix/pipeline/head This commit looks good Details
621158badc
fix(checkInbox): fix condition
gitea/salix/pipeline/head This commit looks good Details
884d4ce579
delete package-lock
gitea/salix/pipeline/head This commit looks good Details
c9cb1503dc
update node
gitea/salix/pipeline/head This commit looks good Details
8e5f518eb6
refs #4753 texto y fecha sms cambiados
gitea/salix/pipeline/head This commit looks good Details
524069f8e3
Merge pull request 'refs #4753 texto y fecha sms cambiados' (!1124) from 4753-ticket.sale-sms into dev
Reviewed-on: #1124
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
2afb47fe14
Added version 10501 - November
gitea/salix/pipeline/head This commit looks good Details
95528850f4
Updated version
gitea/salix/pipeline/head This commit looks good Details
f5d24b9a9e
Changed param
gitea/salix/pipeline/head This commit looks good Details
4d2003c714
Cluster rollback
gitea/salix/pipeline/head This commit looks good Details
1bcde47ab1
Merge pull request '3951-invoiceOut.index_downloadPdfs' (!1110) from 3951-invoiceOut.index_downloadPdfs into dev
Reviewed-on: #1110
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
fc14949c6d
Node version rollback
gitea/salix/pipeline/head This commit looks good Details
104eea2e4f
Downgraded puppeteer
gitea/salix/pipeline/head This commit looks good Details
785e7aa9fa
Enabled puppeteer cluster
gitea/salix/pipeline/head This commit is unstable Details
fcf46ade7d
feat: reset-password section
alexm added 28 commits 2022-11-09 13:52:41 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
a43e642ff7
Add transferclient
gitea/salix/pipeline/head There was a failure building this commit Details
d937a1b505
Add acl
gitea/salix/pipeline/head There was a failure building this commit Details
ddbbfa4360
Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head There was a failure building this commit Details
04514804b7
fix tests
gitea/salix/pipeline/head There was a failure building this commit Details
d64f0e4b34
Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head There was a failure building this commit Details
d610c6dff3
Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head There was a failure building this commit Details
7188b8498b
Merge branch 'dev' into 4490-transfer-tickets-between-clients
gitea/salix/pipeline/head There was a failure building this commit Details
b1eb7d469f
fix: error duplicated key
gitea/salix/pipeline/head This commit looks good Details
c3ee9da6c6
hotFix: force apply changes
gitea/salix/pipeline/head This commit looks good Details
be1fbc4d68
Added version 10502
gitea/salix/pipeline/head This commit looks good Details
77edbcbf39
Merge branch 'dev' into hotFix-dev_updateDiscount
gitea/salix/pipeline/head This commit looks good Details
a681cc03af
Merge pull request 'hotFix-dev_updateDiscount' (!1126) from hotFix-dev_updateDiscount into dev
Reviewed-on: #1126
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
5dafdd5daa
Merge pull request '4490-transfer-tickets-between-clients' (!1104) from 4490-transfer-tickets-between-clients into dev
Reviewed-on: #1104
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
gitea/salix/pipeline/head This commit is unstable Details
617e2d804f
typo
alexm reviewed 2022-11-09 14:01:38 +00:00
@ -0,0 +19,4 @@
const models = Self.app.models;
try {
await models.user.resetPassword({email});
Author
Member

He dejado esta ruta(recoverPassword) porque si se llama directamente resetPassword y el correo que se le pasa no pertenece a un usuario, devuelve un error al frontend.

Usando una ruta con try catch, hacemos que no devuelva nunca error y asi no pueden saber si ese correo es de un usuario nuestro o no.

He dejado esta ruta(recoverPassword) porque si se llama directamente resetPassword y el correo que se le pasa no pertenece a un usuario, devuelve un error al frontend. Usando una ruta con try catch, hacemos que no devuelva nunca error y asi no pueden saber si ese correo es de un usuario nuestro o no.
Owner

Nomes deuria de ignorar el error de tipo "usuario no existe", tots els demes deuria de rellançarlos

catch(err) {
	if (err.code === 'EMAIL_NOT_FOUND')
    	console.error(err);
    else
    	throw err;
}
	
Nomes deuria de ignorar el error de tipo "usuario no existe", tots els demes deuria de rellançarlos ``` catch(err) { if (err.code === 'EMAIL_NOT_FOUND') console.error(err); else throw err; } ```
alexm marked this conversation as resolved
alexm reviewed 2022-11-09 14:04:47 +00:00
@ -12,3 +12,4 @@
options.from = `${config.app.senderName} <${config.app.senderEmail}>`;
if (process.env.NODE_ENV !== 'production') {
const notProductionError = {message: 'This not production, this email not sended'};
Author
Member

He modificado esta parte porque como esta diseñado print. Solo inserta en mail(a modo de log) cuando realmente se envia el correo (producción). Haciendo este cambio podemos ver los logs tanto en local como en test.

Aunque al final no he usado esta funcionalidad para los test creo que es util para hacer pruebas en test

He modificado esta parte porque como esta diseñado print. Solo inserta en mail(a modo de log) cuando realmente se envia el correo (producción). Haciendo este cambio podemos ver los logs tanto en local como en test. Aunque al final no he usado esta funcionalidad para los test creo que es util para hacer pruebas en test
juan requested changes 2022-11-09 15:42:30 +00:00
@ -7,0 +11,4 @@
</ui-view>
<ui-view
name="reset-password"
ng-if="$ctrl.isReset">
Owner

No estas fent us de les rutes anidades

No estas fent us de les rutes anidades
alexm marked this conversation as resolved
@ -0,0 +1,53 @@
import ngModule from '../../module';
import './style.scss';
const axios = require('axios');
Owner

Perque gastes axios y no el servei $http?

Perque gastes axios y no el servei $http?
alexm marked this conversation as resolved
alexm added 1 commit 2022-11-10 12:32:27 +00:00
gitea/salix/pipeline/head This commit is unstable Details
517422be8c
refactor: not use axios
alexm added 1 commit 2022-11-10 13:41:10 +00:00
alexm added 1 commit 2022-11-15 12:21:05 +00:00
alexm added 1 commit 2022-11-15 14:12:29 +00:00
gitea/salix/pipeline/head This commit looks good Details
9085e7fab1
fix: use routes
juan approved these changes 2022-11-15 15:14:17 +00:00
alexm added 4 commits 2022-11-16 14:29:15 +00:00
gitea/salix/pipeline/head This commit looks good Details
925c384622
Actualizar 'e2e/paths/05-ticket/02_expeditions_and_log.spec.js'
remove focus
gitea/salix/pipeline/head There was a failure building this commit Details
e32ddd9f44
Merge pull request 'remove-focus' (!1149) from remove-focus into dev
Reviewed-on: #1149
Reviewed-by: Vicent Llopis <vicent@verdnatura.es>
gitea/salix/pipeline/head There was a failure building this commit Details
9405333c07
try
juan approved these changes 2022-11-17 12:57:40 +00:00
alexm added 1 commit 2022-11-21 12:35:06 +00:00
juan requested review from juan 2022-11-21 12:48:09 +00:00
alexm added 2 commits 2022-11-22 13:58:02 +00:00
alexm added 1 commit 2022-11-23 07:24:08 +00:00
gitea/salix/pipeline/head This commit looks good Details
0f8eca4700
fix: e2e
alexm changed title from WIP: 4077-login_recover-password & account_verifyEmail to 4077-login_recover-password & account_verifyEmail 2022-11-23 07:25:39 +00:00
alexm added 1 commit 2022-11-23 12:49:59 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
30a25664de
out-layout component
alexm added 1 commit 2022-11-23 13:43:26 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
7651dcb473
feat: resetPasswordRequest use more params
alexm changed title from 4077-login_recover-password & account_verifyEmail to WIP: 4077-login_recover-password & account_verifyEmail 2022-11-24 12:53:10 +00:00
alexm removed the
CR / Tests passed
label 2022-11-28 07:02:39 +00:00
alexm added 2 commits 2022-11-28 10:48:33 +00:00
alexm changed title from WIP: 4077-login_recover-password & account_verifyEmail to 4077-login_recover-password & account_verifyEmail 2022-11-28 11:30:23 +00:00
alexm added the
CR / Tests passed
label 2022-11-28 11:30:27 +00:00
juan approved these changes 2022-11-28 11:33:01 +00:00
alexm merged commit f9c311804a into dev 2022-11-28 11:34:03 +00:00
alexm deleted branch 4077-login_recover-password 2022-11-28 11:34:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#1063
No description provided.