I'm on a fresh Revolution 2.3.3 installation using Login 1.9.0. I've gone through the basic setup steps here (
http://rtfm.modx.com/extras/revo/login/login.tutorials/login.basic-setup) and registering/logging in is working. I have no other addons installed and I'm just using the basic default template with no styling or scripts.
I tried placing the Profile example code on a page by itself, but nothing is displayed for the Username or Email:
[[!Profile]]
<p>Username: [[+username]]</p>
<p>Email: [[+email]]</p>
I'm not really sure what else to try. There are no errors in the Modx error log or in my cPanel error log. I'm logged into the admin account and I made sure it had a Username and Email listed under Manage > Users.
I noticed that the Login addon hasn't been updated since 2012. Am I just using too new of a Modx version? If that's the case, is there an addon that would work better with the newer Modx version? Perhaps the functionality is just built into Modx now and I missed it somewhere.
I appreciate the help!