如何将管理员和经理条目添加到 cakePHP 2x ACL aros 和 acos 的数据库中

how to add administrators and managers entries into database for cakePHP 2x ACL aros and acos

我正在我拥有的 CakePHP 应用程序中实施 ACL,我似乎在努力设置 ACO。我一直在关注 Simple ACL Controlled Application [https://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html] 教程,我已经使用 sql 文件设置了 aros、acos 和 aros_acos tables。 在文档中,他们说通过浏览网站插入用户、经理、组。问题是当我浏览那个网站时,没有像下面这样找到这样的文件。

http://http://example.com/groups/add

现在如何使用 cake bake 或 SQL 将用户和管理员添加到 aros 和 acos table 的数据库中?

这是我犯的一个愚蠢的错误。只需要使用

localhost/project_name/users/add