File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
adminforth/documentation/docs/tutorial/07-Plugins Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export default {
98
98
// diff-add
99
99
emailField: ' email' ,
100
100
// diff-add
101
- passwordField: ' password_hash ' ,
101
+ passwordField: ' password ' ,
102
102
// diff-add
103
103
sendFrom: ' noreply@yourapp.com' ,
104
104
// diff-add
@@ -164,7 +164,7 @@ export default {
164
164
new EmailInvitePlugin ({
165
165
emailField: ' email' ,
166
166
sendFrom: ' noreply@yourapp.com' ,
167
- passwordField: ' password_hash ' ,
167
+ passwordField: ' password ' ,
168
168
adapter: new EmailAdapterAwsSes (/* ... */ ),
169
169
// diff-add
170
170
emailConfirmedField: ' email_confirmed' , // Enable email confirmation
@@ -191,7 +191,7 @@ import EmailAdapterMailgun from "@adminforth/email-adapter-mailgun";
191
191
plugins : [
192
192
new EmailInvitePlugin ({
193
193
emailField: ' email' ,
194
- passwordField: ' password_hash ' ,
194
+ passwordField: ' password ' ,
195
195
sendFrom: ' noreply@yourapp.com' ,
196
196
// diff-add
197
197
adapter: new EmailAdapterMailgun ({
You can’t perform that action at this time.
0 commit comments