Changeset 15134
- Timestamp:
- 06/03/2010 11:44:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/iis/parameters.xml
r14542 r15134 228 228 <parameterEntry 229 229 type="TextFile" 230 match="(?<=AUTH_KEY', 230 match="(?<=AUTH_KEY',[ ]+')put your unique phrase here" 231 231 scope="wordpress\\wp-config.php" 232 232 /> … … 247 247 type="TextFile" 248 248 scope="wordpress\\wp-config.php" 249 match="(?<=SECURE_AUTH_KEY', 249 match="(?<=SECURE_AUTH_KEY',[ ]+')put your unique phrase here" 250 250 /> 251 251 </parameter> … … 265 265 type="TextFile" 266 266 scope="wordpress\\wp-config.php" 267 match="(?<=LOGGED_IN_KEY', 267 match="(?<=LOGGED_IN_KEY',[ ]+')put your unique phrase here" 268 268 /> 269 269 </parameter> … … 283 283 type="TextFile" 284 284 scope="wordpress\\wp-config.php" 285 match="(?<=NONCE_KEY', ')put your unique phrase here" 286 /> 287 </parameter> 288 289 <parameter 290 name="Key5" 291 friendlyName="Unique Salt for Passwords" 292 description="Unique phrase used to strengthen your password hash." 293 defaultValue="put your unique phrase here" 294 tags="PHP" 295 > 296 <parameterValidation 297 type="RegularExpression" 298 validationString="^[^'\\]+$" 299 /> 300 <parameterEntry 301 type="TextFile" 302 match="(?<=AUTH_SALT', ')put your unique phrase here" 303 scope="wordpress\\wp-config.php" 304 /> 305 </parameter> 306 307 <parameter 308 name="Key6" 309 friendlyName="Unique Salt for Secure Passwords" 310 description="Different unique phrase used to strengthen SSL password hashes." 311 defaultValue="put your unique phrase here" 312 tags="PHP" 313 > 314 <parameterValidation 315 type="RegularExpression" 316 validationString="^[^'\\]+$" 317 /> 318 <parameterEntry 319 type="TextFile" 320 scope="wordpress\\wp-config.php" 321 match="(?<=SECURE_AUTH_SALT', ')put your unique phrase here" 322 /> 323 </parameter> 324 325 <parameter 326 name="Key7" 327 friendlyName="Unique Salt for Authentication" 328 description="Different unique phrase used to strengthen authentication." 329 defaultValue="put your unique phrase here" 330 tags="PHP" 331 > 332 <parameterValidation 333 type="RegularExpression" 334 validationString="^[^'\\]+$" 335 /> 336 <parameterEntry 337 type="TextFile" 338 scope="wordpress\\wp-config.php" 339 match="(?<=LOGGED_IN_SALT', ')put your unique phrase here" 340 /> 341 </parameter> 342 343 <parameter 344 name="Key8" 345 friendlyName="Second Unique Salt for Authentication" 346 description="Another unique phrase used to strengthen authentication." 347 defaultValue="put your unique phrase here" 348 tags="PHP" 349 > 350 <parameterValidation 351 type="RegularExpression" 352 validationString="^[^'\\]+$" 353 /> 354 <parameterEntry 355 type="TextFile" 356 scope="wordpress\\wp-config.php" 357 match="(?<=NONCE_SALT', ')put your unique phrase here" 358 /> 359 </parameter> 360 285 match="(?<=NONCE_KEY',[ ]+')put your unique phrase here" 286 /> 287 </parameter> 361 288 362 289 <!-- Set the correct path for the ACL based on the AppPath selected
Note: See TracChangeset
for help on using the changeset viewer.