In the current version, users can access to user.php without
the 'Visitor' role, because Delegate Function does its own
process directly without redirection (like backend.php).
Therefore, we may forward access-error-users to user.php.
Users will arrive at user or userinfo.
But, if user will come to use the Visitor role for
something, we'll have to adjust it. (Don't forget)
member permitted module is specified as startup module.
開始モジュールにゲストにアクセス権のないモジュールを指
定した場合、ログアウトした状態だと当然はじかれるのです
が、_NOPARM のリダイレクトでループになるため、ユーザー
モジュールに直接アクセスするなどで対処するしかなくなり
ます。