History | Log In     View a printable version of the current page.  
  • All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you've read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-150
Type: Bug Bug
Status: In Progress In Progress
Priority: Normal Normal
Assignee: Hamncheese Omlet
Reporter: PaulWerner Rau
Votes: 6
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

Login picture changes to user-specific before password check is done

Created: 30/Apr/07 07:33 AM   Updated: 07/Apr/08 11:00 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Environment: Entering SL, Enter-Form
Issue Links:
Relates
 


 Description  « Hide
When I enter SL, i have my name and prename provided and password is empty (as it should be).
SHOWN is the SL-countryside with mountains and valleys... FINE as far ...
THEN .. when you just forget to fill in the password or misspell it .. You get shown the exit-scenery for the User !
I think this is a real heavy bug due to privacy .. i want whether my kids nor my wife to see all exit-situations of my SL, but i cannot prevent it.
How do you think of this point ?


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
meade paravane - 30/Apr/07 08:05 AM
Changed summary to describe the problem.

meade paravane - 30/Apr/07 08:05 AM
Also, this should probably be a vwr issue instead of a svc one.

Lex Neva - 30/Apr/07 08:30 AM
This image is stored on your computer. Your family can see what you were doing by looking for that image in the Application Settings directory. It's stored as a .BMP file. They could also look through your SL cache to figure out what you were up to, although this is slightly more difficult.

If you don't want them seeing anything inappropriate in this image, log out while facing a white wall.

Haravikk Mistral - 08/Jun/07 11:04 AM
I personally don't like the image in the first place, I'd rather just switch it off. As my home image never updates, even when I log-in to home it doesn't update it. And I don't really like have a low-res, crappy snapshot stretched onto my screen in the first-place.

The option to just turn this off would be fine for me, and I suppose good for any privacy issues.

Cloud Bracken - 27/Jun/07 04:47 PM
Lex, that would be fine if client never crashed, or connections were never lost except by a user's choice. Unfortunately, it does. The ability to turn off actual exit image or have a nice SL logo default until password is checked would be extremely consistent with the Disclosure Community Standard.

Rob Linden - 04/Sep/07 10:08 PM


-------- Original Message --------
Subject: [sldev] SVC-150
Date: Tue, 4 Sep 2007 23:07:06 -0400
From: Hamncheese <me@hamncheeseomlet.com>
To: <sldev@lists.secondlife.com>


I'm looking for discussion from the list on possible implementation on
SVC-150 http://jira.secondlife.com/browse/SVC-150 (Login picture changes to
user-specific before password check is done)

The last screenshot is queued up in init_start_screen and the viewer window
is displayed long before the successful login response comes back.

So based on the above and the comments in jira, I'm treating this as a
feature request and want give the user explicit control over the display of
the final snapshot as a splash screen. I'm doing this by storing a persisted
bool setting in gSavedSettings and then hooking that up to a checkbox in
Preferences. Default is true/checked. If the user unchecks the box, then no
snapshot is shown when logging in and on the flip side, no final snapshot is
taken when logging off.

However after playing around with this, I realized that screen real-estate
on Preferences was fairly precious for what amounts to fairly obscure
feature.

I had other thoughts such as adding it to the startup screen or making it a
debug menu item. I like the debug menu item idea but you can't set it until
you've actually logged in. Displaying on startup screen would be confusing
for new users and in the way for most users.

Any thoughts, ideas, ymbc, etc?

Cheers,

Ham


Argent Stonecutter - 05/Sep/07 02:02 AM
I think the description should really be "Login picture should be optional for privacy reasons". It doesn't really matter whether it's displayed immediately after you enter the name and the password or whether it's not displayed until the password is verified, really, since (as Lex noted) it's available on the computer regardless. It should be possible to prevent it from being taken at all.

I think that it should be a preference option, "take new 'login picture' when logging out". Possibly:

* below "show start location on login screen"
* in the "communication" tab under "logging"
* or even in a new "privacy" tab


Jennie Panacek - 02/Jan/08 02:21 PM
Just encrypt it (using a decent algorithm) using the user's password. If they enter the wrong password, decryption fails, and the snapshot is not shown. If they changed their password on a different computer, the image will fail to load for their first login, but will go back to normal after that. No big loss.

This way, the purpose, providing something for users to see during the load, is not lost, as decryption could be attempted before even contacting the servers, but privacy is still maintained.

Also, regarding Haravikk's post: You can update your home image by using 'Set Home Here' again after teleporting home, or even, if you wish, replace it with whatever image you want in the Application Data folder.

Bato Brendel - 07/Apr/08 11:00 AM
Haravikk Mistral in reference to your post 'home image' is only changed when you 'set your home'

Now onto this issue. No need to add more bloat code imho. Get a image you are pleased with then log out and set the 'screen_last' file located in (under windowsXP atleast) C:\Documents and Settings\Owner\Application Data\SecondLife\<usernamehere> to one you want. then right click on the screenshot 'properties' and set the file to 'READ ONLY' that will lock your logout screenie to that image till you unset the RO perm. Ive tested this a few times. and as anyone else said anyone can see it so setting it to a 'acceptable image' and setting ReadOnly on it leaves you with that image. simple fix