EIDA / webdc3

WebDC3 is the webinterface for EIDA.
http://geofon.gfz-potsdam.de/software/webdc3/
GNU General Public License v3.0
11 stars 10 forks source link

Does webdc3 support password when using arclink? #28

Closed GarryLai closed 5 years ago

GarryLai commented 5 years ago

Does webdc3 support password for users when using arclink?

andres-h commented 5 years ago

Yes, if encryption is enabled, password is generated and sent to user by e-mail when restricted data is requested for the first time. The user ID must be a correct e-mail address for this to work. This method is not webdc3-specific, but works with arclink in general. The data is now encrypted and must be decrypted by user.

A simpler workaround is using no encryption, but an "unguessable" (eg., random string) user ID as a "password".

In any case, arclink-access bindings must be configured and the restricted flag must be set in inventory.

GarryLai commented 5 years ago

I meam that is there a blank for me to enter the password for a user (e.g. admin)?

andres-h commented 5 years ago

No, arclink passwords are not supported.

GarryLai commented 5 years ago

Thanks for your helping.