[book] note about different encryption on Unix and Windows stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 28 Sep 2010 16:50:34 +0200
branchstable
changeset 6352 2259d834d757
parent 6351 eb79fb69c2b2
child 6353 b622602f8e9d
[book] note about different encryption on Unix and Windows
doc/book/en/annexes/faq.rst
--- a/doc/book/en/annexes/faq.rst	Tue Sep 28 14:52:45 2010 +0200
+++ b/doc/book/en/annexes/faq.rst	Tue Sep 28 16:50:34 2010 +0200
@@ -408,6 +408,11 @@
 
     update cw_cwuser set cw_upassword=CONVERT(varbinary(255), 'qHO8282QN5Utg') where cw_login='joe';
 
+Be careful, the encryption algorithm is different on Windows and on
+Unix. You cannot therefore use a hash generated on Unix to fill in a
+Windows database, nor the other way round. 
+
+
 You can prefer use a migration script similar to this shell invocation instead::
 
     $ cubicweb-ctl shell <instance>