Skip to content

Commit 94d07a8

Browse files
authored
Update User Password Union Introduction (canada-ca#1794)
* update translations * create new objects for the update user password union * create update-user-password-union * update the mutation to use the new union * update faker * update mutation string * update component * fix property name
1 parent 87e8e63 commit 94d07a8

17 files changed

Lines changed: 532 additions & 92 deletions

api-js/src/locale/en/messages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@
365365
'Unable to update domain. Please try again.',
366366
'Unable to update organization. Please try again.':
367367
'Unable to update organization. Please try again.',
368+
'Unable to update password, authentication error occurred, please sign in again.':
369+
'Unable to update password, authentication error occurred, please sign in again.',
368370
'Unable to update password, current password does not match. Please try again.':
369371
'Unable to update password, current password does not match. Please try again.',
370372
'Unable to update password, new passwords do not match. Please try again.':

api-js/src/locale/en/messages.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ msgstr "Successfully dispatched one time scan."
285285
msgid "Successfully email verified account, and set TFA send method to email."
286286
msgstr "Successfully email verified account, and set TFA send method to email."
287287

288-
#: src/affiliation/mutations/invite-user-to-org.js:171
288+
#: src/affiliation/mutations/invite-user-to-org.js:172
289289
msgid "Successfully invited user to organization, and sent notification email."
290290
msgstr "Successfully invited user to organization, and sent notification email."
291291

@@ -301,7 +301,7 @@ msgstr "Successfully removed organization: {0}."
301301
msgid "Successfully removed user from organization."
302302
msgstr "Successfully removed user from organization."
303303

304-
#: src/affiliation/mutations/invite-user-to-org.js:119
304+
#: src/affiliation/mutations/invite-user-to-org.js:120
305305
msgid "Successfully sent invitation to service, and organization email."
306306
msgstr "Successfully sent invitation to service, and organization email."
307307

@@ -464,9 +464,9 @@ msgid "Unable to find verified organization. Please try again."
464464
msgstr "Unable to find verified organization. Please try again."
465465

466466
#: src/affiliation/mutations/invite-user-to-org.js:79
467-
#: src/affiliation/mutations/invite-user-to-org.js:92
468-
#: src/affiliation/mutations/invite-user-to-org.js:147
469-
#: src/affiliation/mutations/invite-user-to-org.js:162
467+
#: src/affiliation/mutations/invite-user-to-org.js:93
468+
#: src/affiliation/mutations/invite-user-to-org.js:148
469+
#: src/affiliation/mutations/invite-user-to-org.js:163
470470
msgid "Unable to invite user. Please try again."
471471
msgstr "Unable to invite user. Please try again."
472472

api-js/src/locale/fr/messages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
'Unable to two factor authenticate. Please try again.': 'todo',
181181
'Unable to update domain. Please try again.': 'todo',
182182
'Unable to update organization. Please try again.': 'todo',
183+
'Unable to update password, authentication error occurred, please sign in again.':
184+
'todo',
183185
'Unable to update password, current password does not match. Please try again.':
184186
'todo',
185187
'Unable to update password, new passwords do not match. Please try again.':

api-js/src/locale/fr/messages.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ msgstr "todo"
285285
msgid "Successfully email verified account, and set TFA send method to email."
286286
msgstr "todo"
287287

288-
#: src/affiliation/mutations/invite-user-to-org.js:171
288+
#: src/affiliation/mutations/invite-user-to-org.js:172
289289
msgid "Successfully invited user to organization, and sent notification email."
290290
msgstr "todo"
291291

@@ -301,7 +301,7 @@ msgstr "todo"
301301
msgid "Successfully removed user from organization."
302302
msgstr "todo"
303303

304-
#: src/affiliation/mutations/invite-user-to-org.js:119
304+
#: src/affiliation/mutations/invite-user-to-org.js:120
305305
msgid "Successfully sent invitation to service, and organization email."
306306
msgstr "todo"
307307

@@ -464,9 +464,9 @@ msgid "Unable to find verified organization. Please try again."
464464
msgstr "todo"
465465

466466
#: src/affiliation/mutations/invite-user-to-org.js:79
467-
#: src/affiliation/mutations/invite-user-to-org.js:92
468-
#: src/affiliation/mutations/invite-user-to-org.js:147
469-
#: src/affiliation/mutations/invite-user-to-org.js:162
467+
#: src/affiliation/mutations/invite-user-to-org.js:93
468+
#: src/affiliation/mutations/invite-user-to-org.js:148
469+
#: src/affiliation/mutations/invite-user-to-org.js:163
470470
msgid "Unable to invite user. Please try again."
471471
msgstr "todo"
472472

0 commit comments

Comments
 (0)