[ ] Replace 'User' with the user's username - this can be updated in /account
The account username binds via the users table, and uses the auth.id to bind as a foreign key.
A database request will be required so setting up a user model which will be accessible in the layout will be required.
/account
The account username binds via the
users
table, and uses theauth.id
to bind as a foreign key. A database request will be required so setting up a user model which will be accessible in the layout will be required.