Doichain / dapp

Doichan dApp - a Meteor.js implementation of the "Doichain Atomic Double-Opt-In" Protocol
https://www.doichain.org
MIT License
6 stars 6 forks source link

REST access authentication admin/password #25

Closed silkroadnomad closed 4 years ago

silkroadnomad commented 6 years ago

The REST Interface uses a standard username/password combination. this must be changeable for production use.

  1. username is default admin@sendeffect.de this must be changed and should be only admin
  2. A "Change Password" function is needed in dApp-UI.
silkroadnomad commented 6 years ago

Is it possible to change the default admin username just to admin and not to admin@sendeffect.de ?

SendFlo commented 6 years ago

Just needs the Accounts-ui config passwordSignupFields in routes.js changed from 'EMAIL_ONLY' to 'USERNAME_AND_EMAIL'

silkroadnomad commented 6 years ago

please consider a process during first start of dApp when the admin password is been asked in the dApp frontend.