Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
sso
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
於志远
2016-10-09 16:55:53 +0800
Commit
78338d479ac72aba2739f54c34abc0296e728f8f
1 parent
ffb7ee0f
登陆增加缓存
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
facade/Auth.class.php
facade/Auth.class.php
View file @
78338d4
...
...
@@ -608,7 +608,7 @@ class Facade_Auth
}
//获取用户口令信息
$auth
=
self
::
service
()
->
getAuthByTypeAndAid
Nocache
(
$auth_type
,
$account
);
$auth
=
self
::
service
()
->
getAuthByTypeAndAid
(
$auth_type
,
$account
);
//检测口令是否存在
if
(
!
$auth
)
{
...
...
Please
register
or
login
to post a comment