Lines Matching defs:password

76 // Supervised user signs in, get sync notification about password update, and
77 // schedules password migration.
87 base::DictionaryValue password;
88 password.SetIntegerWithoutPathExpansion(
90 password.SetIntegerWithoutPathExpansion(kPasswordRevision, 2);
92 password.SetStringWithoutPathExpansion(kPasswordSignature, "signature");
93 password.SetStringWithoutPathExpansion(kEncryptedPassword,
94 "new-encrypted-password");
97 sync_id, supervised_users::kChromeOSPasswordData, password, true, false);
101 // Supervised user signs in for second time, and actual password migration takes
124 // Manager signs in, gets sync notification about supervised user password
151 base::DictionaryValue password;
152 password.SetIntegerWithoutPathExpansion(
154 password.SetIntegerWithoutPathExpansion(kPasswordRevision, 2);
156 password.SetStringWithoutPathExpansion(kPasswordSignature, "signature");
157 password.SetStringWithoutPathExpansion(kEncryptedPassword,
158 "new-encrypted-password");
160 sync_id, supervised_users::kChromeOSPasswordData, password, true, false);
166 // After that supervised user signs in, and no password change happens.
189 // Supervised user signs in, get sync notification about password update, and
190 // schedules password migration.
200 base::DictionaryValue password;
201 password.SetIntegerWithoutPathExpansion(
203 password.SetIntegerWithoutPathExpansion(kPasswordRevision, 2);
205 password.SetStringWithoutPathExpansion(kPasswordSignature, "signature");
206 password.SetStringWithoutPathExpansion(kEncryptedPassword,
207 "new-encrypted-password");
210 sync_id, supervised_users::kChromeOSPasswordData, password, true, false);
214 // After that manager signs in, and also detects password change. Manager
241 base::DictionaryValue password;
242 password.SetIntegerWithoutPathExpansion(
244 password.SetIntegerWithoutPathExpansion(kPasswordRevision, 2);
246 password.SetStringWithoutPathExpansion(kPasswordSignature, "signature");
247 password.SetStringWithoutPathExpansion(kEncryptedPassword,
248 "new-encrypted-password");
250 sync_id, supervised_users::kChromeOSPasswordData, password, true, false);
256 // When supervised user signs in, password is already migrated, so no migration