I'm using dgu-vagrant-puppet and inside the system, when I log in and changed my email, things aren't in sync and probably I need to execute something to sync Drupal and CKAN.
Inside my file
/vagrant/src/ckanext-dgu/ckanext/dgu/theme/templates/package/read.html
I have:
${c.userobj.email}
which is empty. How can I sync user's email between both systems?
Thank you!