Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - User on login screen: (3 Items)
   
User on login screen  
This is a minor detail that has been bugging me for awhile. Out of 10 users currently defined, only 7 show up on the 
login screen, and I can't figure out what makes those three others different. My screen shows 3 columns of names and 
avators. Is a fourth column hidden? What criteria does Photon use to decide which users get displayed?
Re: User on login screen  
The "face" group is setup to have 4 columns. The columns' widths will be adjusted to be the same width as the widest 
item -- perhaps you have very long user names.
phlogin2 uses getpwent()/getspnam() to obtain the list of users. Entries that have an invalid pw_shell will not be 
placed into the group of faces.
Re: User on login screen  
I think the long user names is what is going on. Actually, not the user
names, but the full names of the users.
Thanks for the info!
-Norton

Misha Nefedov wrote:
> The "face" group is setup to have 4 columns. The columns' widths will be adjusted to be the same width as the widest 
item -- perhaps you have very long user names.
> phlogin2 uses getpwent()/getspnam() to obtain the list of users. Entries that have an invalid pw_shell will not be 
placed into the group of faces.
>
>
>
> _______________________________________________
>
> Photon microGUI
> http://community.qnx.com/sf/go/post58342
>
>