gitea/routers/user
Andrew 6dd096b7f0 Two factor authentication support ()
* Initial commit for 2FA support

Signed-off-by: Andrew <write@imaginarycode.com>

* Add vendored files

* Add missing depends

* A few clean ups

* Added improvements, proper encryption

* Better encryption key

* Simplify "key" generation

* Make 2FA enrollment page more robust

* Fix typo

* Rename twofa/2FA to TwoFactor

* UNIQUE INDEX -> UNIQUE
..
auth.go Two factor authentication support ()
home.go Bug fixes for Issues filters ()
notification.go docs: update translation on notification page for zh-CN ()
profile.go Tab on user profile to show starred repos ()
setting.go Two factor authentication support ()