1. How do you delete a user from the Recontre admin web-pages?
    2. If you delete a user from WordPress->Users, what will happen to the Recontre database entries and photos? Will Recontre eventually find out and delete its own recontre database entries and photos?
    3. Is there a GET/POST URL or function call in which the currently logged on Recontre user can be deleted?
    4. Are the users’ photographs stored on the filesystem or the database?

    I am asking these questions in order to help situations where other plugins may be running in WordPress and there may be a need to clean out all users entries at the same time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marisa

    (@marisa2023)

    Actually the only real question I need answered is what is the URL (web address) to send an http request to (GET or POST), which will delete the currently logged in user. Alternatively a function call would be good as well. This is just in case we want to write custom code to delete the currently logged in user.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    1. A Rencontre user is a WordPress user. To delete it, simply remove it from User table in Dashboard Users tab.
    2. The member is deleted from Rencontre, including their photos. In some cases, the photo of the home page not connected remains displayed until the maintenance period (24 hours).
    3. No. It’s not safe.
    4. Photos are stored in wp-content/uploads/portrait/. Not in DB.
    5. User can delete his account from “My account” page – Account deletion bloc.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘user deletion’ is closed to new replies.