Skip to content

Commit 094df33

Browse files
committed
Update concept-sspr-policy.md
1 parent ec22fd3 commit 094df33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/authentication/concept-sspr-policy.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 01/25/2023
9+
ms.date: 04/29/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -60,9 +60,9 @@ The following Azure AD password policy options are defined. Unless noted, you ca
6060

6161
By default, administrator accounts are enabled for self-service password reset, and a strong default *two-gate* password reset policy is enforced. This policy may be different from the one you have defined for your users, and this policy can't be changed. You should always test password reset functionality as a user without any Azure administrator roles assigned.
6262

63-
With a two-gate policy, administrators don't have the ability to use security questions.
63+
The two-gate policy requires two pieces of authentication data, such as an email address, authenticator app, or a phone number, and it prohibits security questions. Office and mobile voice calls are also prohibited for trial or free versions of Azure AD.
6464

65-
The two-gate policy requires two pieces of authentication data, such as an email address, authenticator app, or a phone number. A two-gate policy applies in the following circumstances:
65+
A two-gate policy applies in the following circumstances:
6666

6767
* All the following Azure administrator roles are affected:
6868
* Application administrator
@@ -110,7 +110,7 @@ A one-gate policy requires one piece of authentication data, such as an email ad
110110

111111
## Password expiration policies
112112

113-
A *global administrator* or *user administrator* can use the [Microsoft Azure AD Module for Windows PowerShell](/powershell/module/Azuread/) to set user passwords not to expire.
113+
A *Global Administrator* or *User Administrator* can use the [Microsoft Azure AD Module for Windows PowerShell](/powershell/module/Azuread/) to set user passwords not to expire.
114114

115115
You can also use PowerShell cmdlets to remove the never-expires configuration or to see which user passwords are set to never expire.
116116

@@ -127,7 +127,7 @@ After the module is installed, use the following steps to complete each task as
127127

128128
### Check the expiration policy for a password
129129

130-
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *global administrator* or *user administrator* account.
130+
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *Global Administrator* or *User Administrator* account.
131131

132132
1. Run one of the following commands for either an individual user or for all users:
133133

@@ -145,7 +145,7 @@ After the module is installed, use the following steps to complete each task as
145145
146146
### Set a password to expire
147147
148-
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *global administrator* or *user administrator* account.
148+
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *Global Administrator* or *User Administrator* account.
149149
150150
1. Run one of the following commands for either an individual user or for all users:
151151
@@ -163,7 +163,7 @@ After the module is installed, use the following steps to complete each task as
163163
164164
### Set a password to never expire
165165
166-
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *global administrator* or *user administrator* account.
166+
1. Open a PowerShell prompt and [connect to your Azure AD tenant](/powershell/module/azuread/connect-azuread#examples) using a *Global Administrator* or *User Administrator* account.
167167
1. Run one of the following commands for either an individual user or for all users:
168168
169169
* To set the password of one user to never expire, run the following cmdlet. Replace `<user ID>` with the user ID of the user you want to check, such as *driley\@contoso.onmicrosoft.com*

0 commit comments

Comments
 (0)