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
Good question. I think it’s easier for the user that the auth dialog box appears only when he reloads the editing page, not immediately after setting the credentials.
This makes it hard to implement because the Ajax requests still need to go through un-authenticated. We would need to stop saving while you're typing a password.
I think we would need to implement this on a different page (like /pagename/lock) or in a popup prompt where you can set a password. Anything that's not in the autosaving-textarea.
Write a user and a password at the top of the textarea to protect the page from editing with a HTTP Basic Auth.
A solution with one line :
A solution with a YAML Front Matter like Jekyll :
These credentials must be invisible from all others representations.
The text was updated successfully, but these errors were encountered: