To Bipass Login Box and Authentication

182 views
Skip to first unread message

CMPNetwork

unread,
Feb 4, 2013, 4:43:33 AM2/4/13
to vibest...@googlegroups.com
Hello i noticed on the vibe streamer page people were curious about auto login here is what you do.

go to login.vibe

then below copy and paste this into the proper place be sure to change MYUSERNAME and MYPASSWORD for your vibe login for consumers


<form name="login" method="post" action="<? response.write(site.getPath());?>/auth/">
                <input type="hidden" name="auth_target" value="<? if (request.getParameter("target")!=null) response.write(request.getParameter("target")); ?>">
                <fieldset id="loginform">
                    <legend>Vibe Streamer login</legend>
                    <ol>
                        <li>
                            <label for="username">User Name</label>
                            <input id="username" class="loginfield" value="MYUSERNAME" name="auth_username" type="text"/>
                        </li>
                        <li>
                            <label for="password">Password</label>
                            <input id="password" class="loginfield" value="MYPASSWORD" name="auth_password" type="password"/>
                        </li>
                        <li>
                            <label>&nbsp;</label>
                            <input class="loginbutton" name="login" type="image" src="_public/images/login.gif"/>
                        </li>
                    </ol>
                </fieldset>
            </form>
            <script type="text/javascript">
window.onload=document.login.submit();
</script>

Pat

unread,
Feb 13, 2013, 9:09:04 PM2/13/13
to vibest...@googlegroups.com
Hi,
I'm a very newbie! Just downloaded Vibe and installed. Could someone clarify the auto log-in is for the client side or server side? I've been in search for a streamer which I can use to stream my mp3 music collection from the PC, which I can listen to from the internet/browser and more importantly from my Pioneer HiFi which has internet radio but unfortunately no DLNA. On the radio I can configure the IP address to play the music, however that should be accessible without login authentication requirement, as with thousands of internet radios.
Any tips to make that happen would be highly appreciated.
Cheers,
Pat

TimF1x

unread,
Feb 20, 2013, 2:48:41 PM2/20/13
to vibest...@googlegroups.com
Just wanted to say that this worked. Thanks for the work-around. It was easy!

Aloysius Abreo

unread,
May 18, 2014, 3:03:51 PM5/18/14
to vibest...@googlegroups.com
After the autologin, is it possible for the admin to login from a client and edit the server configurations??

Reply all
Reply to author
Forward
0 new messages