Jump to content

Search the Community

Showing results for tags 'user editing'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi all, as I understand the users concept in processwire, every user is a page with a template "user", right? So a foreach($pages->find("template=user, include=all") as $myuser) { ... } will cycle through all the users on my system ( I already did that, seems to work). Now I want to edit a specific user. In my understanding a $myuser = $pages->find("template=user,name=$someusername); $myuser = $pages->find("template=user,id=$someuserid); .... gets a single user, but this seems wrong. I'd love to get a specific user object to edit (name, password etc.) it and save it, but I don't know how to access it. Regards, Thomas
×
×
  • Create New...