You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Hi, please <a href="users/login.php">log in</a> to proceed.</p>
<p>You'll have to <a href="users/login.php">register</a> first.</p>
<p>Upon registration, this (test) app will create a few account automatically to show how users can switch between accounts and have different subscriptions on each.<br/>In real world you will not usually add more then one account for the user at the moment of registration, but add them later.</p>
<?php
} else {
?>
<style>
th {
text-align: right;
}
</style>
<table>
<?php
?><tr><th>You are logged in as:</th><td><?phpecho$current_user->getName() ?></td></tr><?php