File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,13 +163,13 @@ Default is to use `alias_attributes`.
163163
164164 The message template for email messages. Must contain ` {username} ` and ` {####} ` placeholders, for username and temporary password, respectively.
165165
166- Default is ` "Your username is { username } and your temporary password is ' {####}'" ` .
166+ Default is ` "Your username is {username} and your temporary password is ' {####}'" ` .
167167
168168- [ ** ` invite_sms_message ` ** ] ( #var-invite_sms_message ) : * (Optional ` string ` )* <a name =" var-invite_sms_message " ></a >
169169
170170 The message template for SMS messages. Must contain ` {username} ` and ` {####} ` placeholders, for username and temporary password, respectively.
171171
172- Default is ` "Your username is { username } and your temporary password is ' {####}'." ` .
172+ Default is ` "Your username is {username} and your temporary password is ' {####}'." ` .
173173
174174- [ ** ` auto_verified_attributes ` ** ] ( #var-auto_verified_attributes ) : * (Optional ` set(string) ` )* <a name =" var-auto_verified_attributes " ></a >
175175
@@ -410,7 +410,7 @@ For details please see the [attributes docs].
410410
411411 The email message template for sending a confirmation link to the user, it must contain the ` {##Any Text##} ` placeholder.
412412
413- Default is ` "Please click the link below to verify your email address.{ ##Verify Email##}." ` .
413+ Default is ` "Please click the link below to verify your email address.{##Verify Email##}." ` .
414414
415415- [ ** ` email_subject ` ** ] ( #var-email_subject ) : * (Optional ` string ` )* <a name =" var-email_subject " ></a >
416416
You can’t perform that action at this time.
0 commit comments