As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Ok cool, what is the default password though on an import to the backend if there is no password field.
C
Caroline
said
almost 10 years ago
Hi Sean,
Regarding Upload Format
Passwords must be provided in plain text (un-hashed) in the uploaded file. Don't worry, we never store them like that, we just need to do the salting/hashing ourselves.
If you are uploading CSV, the first line of your CSV file should contain the column names for your data. For example:
_id,username,password,twitter_handle
1,Chuck Norris,42,@srsly
2,Keyshawn Johnson,nosnhojnwahsyek,@cmonman
3,David Baas,s3cr3t,@kinveyNFLmascot
Regarding exporting-- correct. Passwords are stored in salted hashes on the backend and cannot be retrieved via an export.
Sean Hoffman
thanks,
Sean