2016-01-27 - Re: [GRASE-Hotspot] Re: 3.8.0 is Live!
Header Data
From: Alexander Schomburg <al***x@schomb.org>
Message Hash: cad32bd6023e18386f4cd58b86b2341d66c54928d2e5e13e87d6be1231b59bd3
Message ID: <60171dc5-ca0f-4776-9244-8a06ce31a479@grasehotspot.org>
Reply To: <CAPz6xh7LQdLAQ3Bv-pbDHqHoGE6vEP0xdiYXy-SLYRMPUbRzqw@mail.gmail.com>
UTC Datetime: 2016-01-27 13:07:59 UTC
Raw Date: Wed, 27 Jan 2016 12:07:59 -0800
Raw message
Hey Tomas,
thanks for your quick answer. I can't find a `radmin` table in my
`grasewwwportal` database (or the `radius` database as well). But I do have
an `auth` table in `grasewwwportal`. I updated the hash accordingly, but
still can't login in the web interface: "Incorrect login".
###
mysql> USE grasewwwportal;
mysql> UPDATE auth SET password =
"2c9c1aecd820e3fba580e10e1411fd42d32d3a3ac00dfb10d" WHERE username="admin";
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> SELECT * FROM auth;
+----------+---------------------------------------------------+
| username | password |
+----------+---------------------------------------------------+
| admin | 2c9c1aecd820e3fba580e10e1411fd42d32d3a3ac00dfb10d |
| support | 205e599a4bc20218232707bb1fbb4caf11c5bb634e84aeaa1 |
+----------+---------------------------------------------------+
2 rows in set (0.00 sec)
###
Any ideas?
Am Mittwoch, 27. Januar 2016 20:47:03 UTC+1 schrieb tomas213:
>
> Alexader, try this :
>
> Can you access your database? if yes, got to radmin --> auth.
> check if admin user exists.
> if yes, try this password 2c9c1aecd820e3fba580e10e1411fd42d32d3a3ac00dfb10d
> the hash for : hotspotadmin
>
> On Wed, Jan 27, 2016 at 8:49 PM, Alexander Schomburg <al***.@schomb.org
> <javascript:>> wrote:
>
>> Thanks Tim. Unfortunately we're not able to log into a fresh
>> installation. The default credentials admin / hotspotadmin are not correct.
>> Can you provide us with the correct default password for admin? Otherwise,
>> does anyone know which is the password encryption scheme and salt used in
>> the `auth` MySQL table?
>>
>> Am Sonntag, 10. Januar 2016 12:33:29 UTC+1 schrieb timwhite88:
>>>
>>> https://grasehotspot.org/2016/01/10/3-8-0-released/
>>>
>>> And finally, 3.8.0 is released! Here is a quick run down on what’s new!
>>>
>>> - New login page! See
>>> https://grasehotspot.org/2014/05/20/new-login-coming-soon/ for more
>>> details. It’s mobile friendly, and looks great. Still can be fully
>>> customised like the previous page.
>>> - Free Access user. Auto creates an account for users. Also known as
>>> a ‘Just accept Terms of Service’ style login.
>>> - See the Github Tracker for more details of what has changed!
>>> <https://github.com/GraseHotspot/grase-www-portal/issues?q=milestone%3A3.8+is%3Aclosed>
>>> - You can also look at the Changelog for more details
>>> <https://github.com/GraseHotspot/grase-www-portal/blob/3.8.0/debian/changelog>
>>>
>>> Updates should be automatic unless you have disabled automatic updates.
>>> Please report all bugs to the bug tracker
>>> <https://github.com/GraseHotspot/grase-www-portal/issues>.
>>>
>> --
>> This mailing list is for the Grase Hotspot Project
>> http://grasehotspot.org
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Grase Hotspot" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to gr***.@grasehotspot.org <javascript:>.
>> To post to this group, send email to gr***.@grasehotspot.org
>> <javascript:>.
>> Visit this group at
>> https://groups.google.com/a/grasehotspot.org/group/grase-hotspot/.
>> To view this discussion on the web visit
>> https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/6588661f-f113-400f-ab68-2a84bbc63584%40grasehotspot.org
>> <https://groups.google.com/a/grasehotspot.org/d/msgid/grase-hotspot/6588661f-f113-400f-ab68-2a84bbc63584%40grasehotspot.org?utm_medium=email&utm_source=footer>
>> .
>>
>
>
Thread
-
Return to January 2016
- Return to “Alexander Schomburg <al***x@schomb.org>”
- Return to “Antonio Herran <an***n@gmail.com>”
- Return to “Jilinsights Tech <ji***t@gmail.com>”
- Return to “Louis <lo***3@gmail.com>”
- Return to “Mohammad Javad <pe***t@gmail.com>”
- Return to “Ramiro Manzano <rm***s@gmail.com>”
- Return to “Timothy White <ti***8@gmail.com>”
-
Return to “Tomas213 <to***3@gmail.com>”
- 2016-01-10 (Sun, 10 Jan 2016 21:33:28 +1000) - 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-10 (Sun, 10 Jan 2016 11:12:52 -0400) - Re: [GRASE-Hotspot] 3.8.0 is Live! - Ramiro Manzano <rm***s@gmail.com>
- 2016-01-10 (Sun, 10 Jan 2016 12:52:54 -0600) - Re: [GRASE-Hotspot] 3.8.0 is Live! - Antonio Herran <an***n@gmail.com>
- 2016-01-11 (Mon, 11 Jan 2016 05:10:29 -0800) - Re: 3.8.0 is Live! - Louis <lo***3@gmail.com>
- 2016-01-18 (Mon, 18 Jan 2016 14:22:48 +0330) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Mohammad Javad <pe***t@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 10:49:11 -0800) - Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 21:46:42 +0200) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Tomas213 <to***3@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 12:07:59 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 12:16:53 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 22:19:26 +0200) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Tomas213 <to***3@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 12:32:33 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 22:35:09 +0200) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Tomas213 <to***3@gmail.com>
- 2016-01-27 (Thu, 28 Jan 2016 07:17:42 +1000) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-27 (Thu, 28 Jan 2016 07:49:20 +1000) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 16:44:53 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Thu, 28 Jan 2016 12:07:57 +1000) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-28 (Thu, 28 Jan 2016 06:37:05 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Jilinsights Tech <ji***t@gmail.com>
- 2016-01-27 (Thu, 28 Jan 2016 12:07:57 +1000) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 16:44:53 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Thu, 28 Jan 2016 07:49:20 +1000) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Timothy White <ti***8@gmail.com>
- 2016-01-27 (Wed, 27 Jan 2016 12:32:33 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 12:07:59 -0800) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Alexander Schomburg <al***x@schomb.org>
- 2016-01-27 (Wed, 27 Jan 2016 21:46:42 +0200) - Re: [GRASE-Hotspot] Re: 3.8.0 is Live! - Tomas213 <to***3@gmail.com>
- 2016-01-10 (Sun, 10 Jan 2016 11:12:52 -0400) - Re: [GRASE-Hotspot] 3.8.0 is Live! - Ramiro Manzano <rm***s@gmail.com>