Skip to content

Commit 595eae4

Browse files
authored
Merge pull request #324 from JedMeister/fix-webdavcgi-logout
fix our WebDav-CGI logout not working as intended
2 parents f4ca6f2 + 87f49f7 commit 595eae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/samba-dav

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ onclick="$.ajax({
5656
url: '/',
5757
dataType: 'json',
5858
async: true,
59-
username: 'logout',
59+
username: '',
6060
password: 'turnkeylinuxlogout'
6161
}).done(
6262
function() {

0 commit comments

Comments
 (0)