Skip to content

Commit

Permalink
refresh log
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoHu committed Jan 30, 2016
1 parent d04eb83 commit 73eff5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</script>
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<strong>新更新</strong>最近加入了一些api接口,详情见<a href="{{url_for('api_v1')}}" class="alert-link"><u>api文档</u></a>
<strong>新更新</strong>现在密码已经通过加密存储了,放心使用。更多更新在<a href="{{url_for('log')}}" class="alert-link"><u>更新文档</u></a>
</div>
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">&times;</button>
Expand Down
1 change: 1 addition & 0 deletions app/templates/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h1>更新日志</h1>
<li>略微美化界面</li>
</ul>
</p></li>
<li><p>15/01/30--v1.05</p><p>把以前的明文密码进行加密,全部改成密文,现在后台只存储哈希值,保证密码的安全。加密方法由flask自带的werkzeug提供,采用sha1加密并且加了6位数的盐,安全性有保证。</p></li>
</ul>
</div>
{% endblock %}

0 comments on commit 73eff5a

Please sign in to comment.