-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrade to 10.0.7, user cannot log-in anymore #30792
Comments
Looks like something is trying to set the token name to empty string, which is invalid now. The empty name check is usually for when the token is created from the web UI, not sure why it's happening at login time ?! |
is there some workaround for this issue? |
You can set an arbitrary value in the name field in the oc_authtoken table where the name is empty. |
@DeepDiver1975 can you take care ? |
I suggest that in the database accessor if we find an empty token name we just automatically fill it in with "(none)" so the rest of the code doesn't fail. |
@PVince81 thanks, can you give me some hint how to do that? Are you speaking of the database? |
@kerner1000 |
…names [stable10] Set empty authtoken names to 'none' #30792
@kerner1000 please test again with 10.0.8, fix #30815 should help. |
we can close this because this is fixed |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Currently, this is not 100% reproducible, since it is not happening for all users.
Expected behaviour
ownCloud client cannot connect.
Website shows error.
Actual behaviour
Tell us what happens instead
Server configuration
Operating system:
Web server:
Database:
PHP version:
ownCloud version: (see ownCloud admin page)
10.0.7
Updated from an older ownCloud or fresh install:
Upgrade from ??
Where did you install ownCloud from:
https://download.owncloud.org/community/owncloud-10.0.7.tar.bz2
Signing status (ownCloud 9.0 and above):
No errors have been found.
The content of config/config.php:
List of activated apps:
Are you using external storage, if yes which one: local/smb/sftp/...
No.
Are you using encryption: yes/no
No.
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
No.
Client configuration
Browser:
Current Firefox.
Operating system:
Logs
Web server error log
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: