Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to see who has registered and accessed the member interface #53

Open
tbar0970 opened this issue Jun 9, 2015 · 1 comment
Open

Comments

@tbar0970
Copy link
Owner

tbar0970 commented Jun 9, 2015

Pastors and administrators like to know who is using the members interface.

Several ways to achieve this:
1a) A read-only field when viewing an individual person: "Is registered for members interface"
1b) A read-only field when viewing an individual person: "Last login to members interface"
2a) A page listing all the member accounts that have been registered
2b) A page listing all the mmeber accounts and when they were last used.

@GatesheadBen
Copy link

This feature could be implemented for both User login and Member login.
I have been experimenting with this on the User side in test by

  1. Adding a table called login_log with 2 columns user and timestamp
  2. Adding a line to user_system.class.php like
    $loginlog = $GLOBALS['db']->query('insert into login_log set user='.(int)$_SESSION['user']);
  3. Adding a new page which exposes that login_log to admins
  4. Adding a column to the Users table showing last login

tbar0970 added a commit that referenced this issue Aug 12, 2022
… shows if a person has been sent the activation link for a member account but has not yet clicked it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants