Skip to content
Snippets Groups Projects
Commit e57ca046 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Use the correct password salt for autologon

parent 39be8bf2
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ end
</UserAccounts>
<AutoLogon>
<Password>
<Value><%= @host.unattend_pass 'AdministratorPassword' %></Value>
<Value><%= @host.unattend_pass 'Password' %></Value>
<PlainText>false</PlainText>
</Password>
<Domain><%= @host.shortname -%></Domain>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment