You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,9 +254,9 @@ If you are doing these edits while the server is off, you can run `edgedb migrat
254
254
255
255
You will need to enable auth providers on your EdgeDB server.
256
256
257
-
That can be done through DevTools, in the `EdgeDB`.
257
+
That can be done through DevTools, in the `EdgeDB` tab.
258
258
259
-
Browse to your database, then inside`Auth Admin` tab.
259
+
Browse to your database, then to`Auth Admin`.
260
260
261
261
There, you must specify:
262
262
@@ -267,7 +267,7 @@ You also must enable some providers, you can usually start with `Email + Passwor
267
267
268
268
If you enable `required_verification`, you will need to configure a SMTP server for you EdgeDB instance.
269
269
270
-
You can find further instructions on how to use [Mailtrap](https://mailpit.axllent.org/docs/configuration/) locally to debug this feature [here](https://www.edgedb.com/docs/guides/auth/index#email-and-password).
270
+
You can find further instructions on how to use [Mailtrap](https://mailpit.axllent.org/docs/configuration/) locally to try this feature [here](https://www.edgedb.com/docs/guides/auth/index#email-and-password).
271
271
272
272
> Do not forget these steps must also be performed on your production environment.
0 commit comments