谷姐:我们都是谷歌迷
We are all Google fans

Chevereto升级到v4后用户无法登录-yhsiao

Rate this post

Chevereto升级到v4后用户无法登录,大家有遇到这个问题的吗?

热议
2楼 aRNoLD 9小时前

也不给个具体的症状,神医蔡也无法整治。

如果是密码错误,就找回密码即可。

3楼 tomcb 9小时前

密码错误吗?
app/env.php是不是写了这个CHEVERETO_ENCRYPTION_KEY,有的话注释掉这行试试。

4楼 yhsiao 9小时前

密码错误吗?
app/env.php是不是写了这个CHEVERETO_ENCRYPTION_KEY,有的话注释掉这行试试。
...

不是密码错误,登录后重新引导到主页,仍然是未登录状态。
env.php只添加了数据库信息:
<?php
return [
'CHEVERETO_DB_NAME' => 'chevereto',
'CHEVERETO_DB_PASS' => 'user_database_password',
'CHEVERETO_DB_PORT' => '3306',
'CHEVERETO_DB_TABLE_PREFIX' => 'chv_',
'CHEVERETO_DB_USER' => 'user_database',
];

5楼 toot 9小时前

伪静态换了没

6楼 yhsiao 9小时前

伪静态换了没

没换,伪静态换成啥了?

7楼 tomcb 9小时前

不是密码错误,登录后重新引导到主页,仍然是未登录状态。
env.php只添加了数据库信息:
...

伪静态设置呢?

8楼 yhsiao 9小时前

伪静态设置呢?

伪静态还是用了v3的:
#imagehub: Disable access to sensitive files
location ~* /(app|content|lib)/.*\.(po|php|lock|sql)$ {
deny all;
}
#imagehub: CORS headers
location ~* /.*\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js) {
add_header Access-Control-Allow-Origin "*";
}
#imagehub: Upload path for image content only and set 404 replacement
location ^~ /images/ {
location ~* (jpe?g|png|gif|webp) {
log_not_found off;
error_page 404/content/images/system/default/404.jpg;
}
return 403;
}
#imagehub: Pretty URLs
location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}

9楼 toot 9小时前

伪静态还是用了v3的:
#imagehub: Disable access to sensitive files
location ~* /(app|conten ...

那你搞毛线……………

10楼 tomcb 9小时前

伪静态还是用了v3的:
#imagehub: Disable access to sensitive files
location ~* /(app|conten ...

https://v4-docs.chevereto.com/application/stack/web-server.html#nginx
换这试试

12楼 tomcb 9小时前

好的,我试试。

不能照抄,路径那些得改改

13楼 yhsiao 9小时前

不能照抄,路径那些得改改

换了伪静态,登录后还是导向到首页,显示未登录状态。

14楼 yhsiao 8小时前

不能照抄,路径那些得改改

用户重置密码后可以登录。怎么批量解决这个问题

15楼 yhsiao 8小时前

用户重置密码后可以登录。怎么批量解决这个问题

还是不行。直接访问反代的后端,可以正常登录。通过反代进行访问就不行。

申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。

未经谷姐允许不得转载:谷姐靓号网 » Chevereto升级到v4后用户无法登录-yhsiao
分享到: 生成海报

热门文章

评论 抢沙发

评论前必须登录!

立即登录   注册

买Google Voice认准【谷姐靓号网】

Google Voice靓号列表Google Voice自助购买
切换注册

登录

忘记密码 ?

切换登录

注册

我们将发送一封验证邮件至你的邮箱, 请正确填写以完成账号注册和激活