When an admin creates a user account that users profile is not visible (page not found at user/x) until the user has logged in.
This should either be not required ever or should possibly be a user admin setting to disable.
It is quite possible that a site consists of numerous admin created user accounts which may not even be real people (such as Webmin, Support, etc) that the site admin would populate with data to be viewed under the users profile.
From what i can tell the default value for node.access field is 0 which causes the page not found.
Comments
Comment #1
liquidcms commentedand here is patch to 5.2 ver of user.module should anyone agree.
Comment #2
liquidcms commentedComment #3
JirkaRybka commentedThis is already discussed at http://drupal.org/node/171117 - so please discuss this solution in that thread. There are quite a few concerns said already. As for me, I would rather make all administrator-created accounts active by default (last access = time created), which should be ok for all mentioned scenarios without extra setting to be implemented and explained.
Marking this issue as Duplicate now.
Comment #4
liquidcms commentedyes, i thought of that as well - the idea that if admin created they should be ok; but figured there might be some reason a site might not want this - i.e. admin creates accounts for people byut still wants them to login???
anyway, pretty near impossible to search for issues on core so would never have found the duplicate.. thanks for point it out.