mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
접근 권한이 걸려 있을 경우 로그인 및 회원 가입이 안되는 문제 수정
https://www.xetown.com/qna/574534
This commit is contained in:
parent
921197699b
commit
8f26b925cf
1 changed files with 6 additions and 0 deletions
|
|
@ -244,6 +244,12 @@ class ModuleObject extends Object
|
|||
}
|
||||
}
|
||||
|
||||
// If member action, grant access for log-in, sign-up, member pages
|
||||
if(preg_match('/^(disp|proc)(Member|Communication)[A-Z][a-zA-Z]+$/', $this->act))
|
||||
{
|
||||
$grant->access = true;
|
||||
}
|
||||
|
||||
// Set privileges(granted) variables
|
||||
$this->grant = $grant;
|
||||
Context::set('grant', $grant);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue