koken / issues

Public issue tracker for Koken http://koken.me
8 stars 0 forks source link

Password Protect: The title Password required is hard coded #18

Open BlackSkorpio opened 8 years ago

BlackSkorpio commented 8 years ago

Both the

<title>Password required / {{ site.title }}</title>

and

<h1>Password required</h1>

together with

<input id="klogin_input" type="password" name="password" autofocus placeholder="Enter password" />

and

<button type="submit" disabled>Go</button>

is hard coded.