donglanche9257 2014-03-24 18:10
浏览 55
已采纳

Ion Auth Codeigniter - 默认用户/密码无法识别

I'm new to Codeigniter and Ion Auth. Installed everything OK and set up the ION Auth DB tables. Go to BASE_URL/index.php/auth and I got an error about using encryption. So, I edited that in config by adding a simple string for now.

So, now I can see the login form - good! But when I use the default user and password, I'm getting incorrect password validation...which suggests there is something wrong.

Any ideas why this would be failing? I'm using admin@admin.com and password, as indicated on the Ion Auth pages http://benedmunds.com/ion_auth/.

Thanks in advance.

  • 写回答

1条回答 默认 最新

  • doutan5844 2014-04-08 22:22
    关注

    It turns out I made an error when running the SQL scripts - I simply created the table structure but didn't load the seed data, which includes the default username and password. D'oh! So, if anyone else is having the same issue...just make sure you have data in your tables.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 关于#MATLAB#的问题,如何解决?(相关搜索:信噪比,系统容量)
  • ¥500 52810做蓝牙接受端
  • ¥15 基于PLC的三轴机械手程序
  • ¥15 多址通信方式的抗噪声性能和系统容量对比
  • ¥15 winform的chart曲线生成时有凸起
  • ¥15 msix packaging tool打包问题
  • ¥15 finalshell节点的搭建代码和那个端口代码教程
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作