issue #1

OGI5ODA · October 17, 2019 · Last by cmlanche replied at October 17, 2019 · 37 hits

typo https://indiehackers.net/setting/password “登陆密码” 应改为 “登录密码”

注册或重置密码时无法使用 Chrome 创建密码,input 的 type 应改为 password。(在密码栏上用 text 是真的🐮🍺)

<div class="form-group">
  <label for="user_current_password">旧密码</label>
  <input class="form-control" type="text" name="user[current_password]" id="user_current_password" />
</div>
<div class="form-group">
  <label for="user_password">密码</label>
  <input class="form-control" type="text" name="user[password]" id="user_password" />
</div>
<div class="form-group">
  <label for="user_password_confirmation">确认密码</label>
  <input class="form-control" type="text" name="user[password_confirmation]" id="user_password_confirmation" />
</div>
Reply to OGI5ODA

感谢热心提 issue,我会像官方 ruby-china 反馈的

4 Floor has deleted
You need to Sign in before reply, if you don't have an account, please Sign up first.