Skip to content
Snippets Groups Projects
Commit c8c81061 authored by Robin Appelman's avatar Robin Appelman Committed by Bjoern Schiessle
Browse files

generate better storage ids

parent ce0aa7d4
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ class Storage extends DAV implements ISharedStorage {
* @return string
*/
public function getId() {
return 'shared::' . md5($this->user . '@' . $this->remote);
return 'shared::' . md5($this->token . '@' . $this->remote);
}
public function getCache($path = '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment