You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a new user, I want to be able to sign up to Notify without adding in a phone number because my employer has switched away from giving employees work mobile phones and over to other methods like Teams phone numbers which cannot accept text messages.
Currently, SMS is required to sign-up. There are three flavours for registering an account:
Self sign up via /register
Sign up via a team invite (/register-from-invite)
Sign up via an organization invite (/register-from-org-invite)
Workflows
You can see the current and target workflows for this feature here.
Phone number is optional when signing up via /register
Phone number is optional when signing up via an invite
Admins are no longer able to invite a user from an organization (its on this page: /organisations/{org_id}/users)
When phone number is provided when signing up via /register, it is verified via an SMS code
When phone number is provided when signing up via an invite, it is verified via an SMS code
Design: After I create my account, I want to be able to pick my 2FA type (security key, email, SMS)
Dev: Implement the design from above.
QA Steps
Tested in a realistic production scenario
The text was updated successfully, but these errors were encountered:
andrewleith
changed the title
As a new user, I do not want to sign up with my phone number for Notify
Auth types: updates to registration features
Mar 25, 2025
Description
As a new user, I want to be able to sign up to Notify without adding in a phone number because my employer has switched away from giving employees work mobile phones and over to other methods like Teams phone numbers which cannot accept text messages.
Currently, SMS is required to sign-up. There are three flavours for registering an account:
Workflows
You can see the current and target workflows for this feature here.
Acceptance Criteria
/register
/organisations/{org_id}/users
)/register
, it is verified via an SMS codeQA Steps
The text was updated successfully, but these errors were encountered: