Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011794Openbravo ERP01. General setuppublic2009-12-15 19:062009-12-16 10:46
elopio 
iciordia 
normalminoralways
newopen 
20Ubuntu 9.10
pi 
 
Core
No
0011794: instance acativation fails if there are newlines in system key
When the system activation key has a newline at the end, the activation gives an invalid public key error.
Go to General Setup || Application || Instance Activation || Instance Activation
Click "Activate online" button.
Enter a valid system key.
Put the cursor at the end of the key text.
Press enter.
Click the ok button.
Replace newlinces by empty strings before sending the key to the server.
systemKey = systemKey.replaceAll("\n", "");
No tags attached.
Issue History
2009-12-15 19:06elopioNew Issue
2009-12-15 19:06elopioAssigned To => rafaroda
2009-12-16 10:46rafarodaAssigned Torafaroda => iciordia

There are no notes attached to this issue.