Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到以下错误
每次我尝试重置特定用户密码时。
我只有一个用户有问题,我使用的是内置的会员提供程序,所以没有自定义。
我花了很多时间在谷歌上搜索,但没有发现其他人有这个问题。我不确定要尝试什么,因为它是引发错误的内置内容。
有什么帮助吗?
听起来用户密码可能包含 Base-64 编码不能容忍的 unicode 字符。或者,用户 Salt 包含非 base-64 兼容的盐值。