While working in the Craft admin area, on a fresh install, I get logged out every once in a while. It makes the CMS unusable.
I have tried:
Clearing cookies
Resetting the cache in the backend
Sometimes it logs out after 1 pageview, sometimes…
I'm new to Craft and (attempting to) create a plugin so that I can import existing users from CSV.
I'm referencing this method:
https://docs.craftcms.com/api/v2/craft-usersservice.html#method-changepassword
In my function, I'm using the following…
Is there a specific or preferred way to set the username for new user registrations to be their email address?
At the moment my user signup form contains both fields:
Im curious to hear more about what any of you are using to build "community"/ "forum" messaging options into your craft cms site.
From what I've found it seems there would be a couple of interesting options
Socialize Plugin…
I am considering a purchase of Craft Pro in place of a new ExpressionEngine build for a client. One of the client's requirements is that there be a comprehensive set of logs like Audit Pro of what each user is doing (logging on, deleting entries,…
I'd like to manage my users (both active site users, and other employees at my client's company) via the Craft user management. I've added more profile fields, etc. But i'm wondering, is there a built in public profile page/route for users? I'm…
We recently launched our first site with front end user registration and we are getting a lot (not a ton, like 5 a day) spam registrations. See here:
Im trying to find a way to cut down on these without doing something like a captcha but maybe…
This might be a stupid question... but I can't seem to figure it out.
I'd like to show the photo of an author beside their entry. I thought the proper variable was...
{{user.photoUrl}}
...until I logged out and my photo disappeared.
Does Craft support any form of single sign-on across separate installations? I don't think there is a native way of doing this, but does anyone have any idea how I would approach this?
What I need is for users of Site A and Site B to be kept in sync…
Is it possible somehow to add custom fields to the users in Craft?
I'd like the users to be able to add a Bio.
I know I can add a channel but wondering if I am missing something obvious or if this would be a good feature request?
I'd like to add,…
I'd like to have my users automatically verified/activated so they can immediately login after registration. Normally this would be done through the automatic emailer, but I'd like to skip that.
Are there any easy changes to do this, or will I have…
I'm nearly there on this one but could use some help. I want to list all User Groups, with all Users listed under each group. For bonus points, this all needs to be alphabetical (Group, then Users). Something like...
User Group A
User Name A
User…
How can I listen in my plugin to see if
craft()->on('users.saveUser', function(Event $event) {
onsaveUser came from front end creation or control panel ?
I'd like to control where a user gets re-directed after login based on the user group. That is, userGroupA logs in and is sent to /templateA/_entry, while userGroupB logs in and is sent to /templateB/_entry.
I understand that postLoginRedirect can…
I am trying to show a list of users but only if they have created a post in a certain section... the code I am using isn't working as expected. Perhaps I have the syntax wrong when it comes to the user model
Help would be greatly appreciated.
{% set…