dashed-slug.net › Forums › General discussion › Bitcoin and Altcoin Wallets plugin account features › Reply To: Bitcoin and Altcoin Wallets plugin account features
Hello,
Users do not need to sign-in to the plugin, they sign-in using the normal WordPress login screen. Just make sure to assign the has_wallets capability to the user roles that you wish to have wallets, plus some other capabilities. The plugin helps you assign these capabilities to user roles.
You can refresh deposit addresses via the plugin. The old deposit addresses are retained but users are assigned a new default deposit address when they login. Users can also request to be assigned a new deposit address. To do other manipulation, you will need to modify the database table directly. If your DB prefix is the default, wp_
, then the table is wp_wallets_ads
, where the account
column corresponds to the $user->ID
. The columns are all documented with MySQL comments.
If there are other plugins that let you modify addresses, then I don’t know them.
If you wish, you can also consult the user manual, where there is a Glossary section and a Troubleshooting section plus more info; and let me know if you have any questions.
with regards