Website Login Credentials
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Website Login Credentials
Hi Everybody,
The Startsite on my Kiosk should be a Intranet-Site of our Company.
This Site needs Credentials do login. Is it possible to save this Credentials in Firefox in the .iso so that the Login Dialog disappears?
Thanks for the help!
Andy
The Startsite on my Kiosk should be a Intranet-Site of our Company.
This Site needs Credentials do login. Is it possible to save this Credentials in Firefox in the .iso so that the Login Dialog disappears?
Thanks for the help!
Andy
Re: Website Login Credentials
Hi,
You could extract the cache from a vanilla firefox install (preferably Firefox on latest Porteus) and past it into kiosk one to let it use the cache for any new connections.
Cheers!
You could extract the cache from a vanilla firefox install (preferably Firefox on latest Porteus) and past it into kiosk one to let it use the cache for any new connections.
Cheers!
NjVFQzY2Rg==
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Website Login Credentials
kiosk starts in 'private mode' by default (so personal data are not saved anywhere) so you have to change following options in 003-settings.xzm/home/guest/.mozilla/firefox/c3pp43bg.default/prefs.js:
now you can add required files (like signons.sqlite - maybe something else) to 003-settings.xzm/home/guest/.mozilla/firefox/c3pp43bg.default/ folder -> recreate 003-settings.xzm module -> build new ISO.
Code: Select all
user_pref("browser.privatebrowsing.autostart", true);
Code: Select all
user_pref("signon.rememberSignons", false);
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
Thanks for the replies!
Is it possible to recreate the 003-settings.xzm module in ubuntu?
Is it possible to recreate the 003-settings.xzm module in ubuntu?
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Website Login Credentials
please read this document and pay a special attention to answer number 1
link
link
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
Great! thank you for your patience!
Now my last question. How I can get the new 003-settings.xzm into the iso? The Kiosk Wizard takes every time the old 003-settings.xzm instead of my new.
Now my last question. How I can get the new 003-settings.xzm into the iso? The Kiosk Wizard takes every time the old 003-settings.xzm instead of my new.
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
i found this: http://www.porteus.org/component/conten ... ctory.html
But the folder is read-only on my usb-stick
But the folder is read-only on my usb-stick

- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Website Login Credentials
hi Anady,
for security purpose kiosk kernel supports only is09660 filesystem which read only by design so you have to:
a) unpack the ISO
b) modify files
c) create new ISO with 'make_iso.sh-org'
d) burn on usb
for security purpose kiosk kernel supports only is09660 filesystem which read only by design so you have to:
a) unpack the ISO
b) modify files
c) create new ISO with 'make_iso.sh-org'
d) burn on usb
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
hi fanthom,
ok, have done the new iso.. but the login screen is still there..
Any chance to show the config if the kiosk is running to check everthing is korrekt?
ok, have done the new iso.. but the login screen is still there..
Any chance to show the config if the kiosk is running to check everthing is korrekt?
Re: Website Login Credentials
Login screen?! You seems to have forgotten the cookies that save the session cookie. No cookie, no session.
NjVFQzY2Rg==
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Website Login Credentials
not sure if i follow you... do you want to autologin to this site? is it possible that you could take a screenshot of the site you want to enter and share so we would know what kind of authorization is needed (maybe cookies could help as suggested by hamza?)have done the new iso.. but the login screen is still there..
do you mean a firefox config? if yes then you could run the wizard once again and enable 'file://' protocol then apply your customizations and create new ISO. i would recommend to always test in Virtualbox (faster than burning on usb, rebooting PC, etc).Any chance to show the config if the kiosk is running to check everthing is korrekt?
once you boot kiosk just type 'file://' in the address bar and navigate to /home/guest/.mozilla/firefox/c3pp43bg.default then check prefs.js
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
yes i want to autologin to the site after the start of the kiosk and firefox. i'll give this with cookies a try..fanthom wrote:not sure if i follow you... do you want to autologin to this site? is it possible that you could take a screenshot of the site you want to enter and share so we would know what kind of authorization is needed (maybe cookies could help as suggested by hamza?)have done the new iso.. but the login screen is still there..
here is the screen..

Re: Website Login Credentials
So you need the database of logins (signon) + the cookies that are generated by this dialog box.
NjVFQzY2Rg==
-
- White ninja
- Posts: 10
- Joined: 12 Aug 2013, 08:31
- Distribution: Kiosk Edition 2.1
- Location: Switzerland
Re: Website Login Credentials
Any Idea how i can extract the cookies?
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Website Login Credentials
If i understand correctly, Andy wants the homepage to be a local site from his intranet. This will require saving database & cookie files however these are stored in the user folder which is over written every time firefox restarts.The Startsite on my Kiosk should be a Intranet-Site of our Company.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.