simonw/datasette-auth-passwords

Change `description_html` after user logs in?

Opened this issue · 1 comments

I've set up metadata.json to include the following...

{
	"description_html": "<a href=\"/-/login\">Log in before doing anything</a>. If you can see the databases below, you're already logged in.",
        # Bunch more properties here
}

Is there a way to change that message once a user logs in?

Not yet. This will become possible when I implement a plugin hook for metadata in simonw/datasette#860