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

Unclear sign-up-options/ options declared in multiple locations #47

Open SendFlo opened 6 years ago

SendFlo commented 6 years ago

doichain-dapp\imports\startup\client\routes.js minimumPasswordLength: 8; is used on registration

_doichain-dapp\packages\accounts-ui\imports\accountsui.js minimumPasswordLength: 7; is used in the pop-up-tooltip

silkroadnomad commented 6 years ago

as far as I understand it:

doichain-dapp\imports\startup\client\routes.js should / can overwrite values in
doichain-dapp\packages\accounts-ui\imports\accounts_ui.js

so that things are double is not that strange. but: the pop-up tooltip should also use the value overwritten in the routes.js.

why thats not happening, that must be fixed.

silkroadnomad commented 5 years ago

How is the situation here right now? Should we discuss this issue here again?