We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b4707 commit edf41f9Copy full SHA for edf41f9
components/RegistrationScreen/index.jsx
@@ -202,7 +202,7 @@ class RegistrationScreen extends Component {
202
validator={vm.usernameIsFree}
203
showCheckMark
204
/>
205
- <PasswordInput
+ { !vm.ssoUser && <PasswordInput
206
wrapperClass={'input-container'}
207
label="Create a password (8–64 characters, A–Z, 0–9, . _ - ! ? allowed)"
208
name="password"
@@ -221,6 +221,7 @@ class RegistrationScreen extends Component {
221
required
222
223
224
+ }
225
<Checkbox
226
227
label="I agree to receive other communications from Topcoder."
0 commit comments