Remind people to remember their Discourse username
This commit is contained in:
parent
50020af2ab
commit
58a6b2a418
|
@ -251,11 +251,18 @@ export function AccountForm(props) {
|
|||
/>
|
||||
|
||||
{member.discourse_username && <Form.Input
|
||||
label='Discourse Username'
|
||||
label='Forum Username'
|
||||
autoComplete='off'
|
||||
{...makeProps('discourse_username')}
|
||||
/>}
|
||||
|
||||
{member.discourse_username && member.discourse_username !== input.discourse_username &&
|
||||
<Message info>
|
||||
<Message.Header>Make sure you remember</Message.Header>
|
||||
<p>You'll use this to log into the Protospace Forum (Spacebar).</p>
|
||||
</Message>
|
||||
}
|
||||
|
||||
<Form.Field>
|
||||
<label>Participate in "Last Scanned" member list?</label>
|
||||
<Form.Checkbox
|
||||
|
|
Loading…
Reference in New Issue
Block a user