[GeoNode-users] Use of Existing registered users in Geonode

Naresh N naresh919 at gmail.com
Tue Dec 13 02:59:58 PST 2016


Hi Simone,

 Thanks a lot for quick response. Please help in following

  1. If we insert our existing user database using some code to
people_profile, will  all the functionalities like sharing,permissions and
other activities will work as expected ( like if the user registered with
GeoNode Register page).

2.   Inserted one row into People_profile for testing by using following
syntax.
INSERT INTO people_profile(
            id, password,  is_superuser,
last_login,username,first_name,last_name,  email,
 is_active,is_staff,date_joined)
    VALUES (5,md5('bhuvan'),FALSE,now(),'NARESHtest','nagammalle','naresh','
nareshkgp at yahoo.com',TRUE,FALSE,now());

 Password field filled with md5 option. Is it correct? . After this I have
tried to logging with the details given in above query it is showing wrong
usename/password.  what algorithm is used for while storing passwords in
the database?

3. Is it possible to link our existing Sign-in, Sign-up pages in GeoNode
environment.  When ever user will sign -in/Sign -up authentication will be
happen separately and some authorized code can be passed to GeoNode setup
for further functionality mean for registered user list can be saved in
other existing our database(not the default database which will come with
GeoNode).


Thanks,
Naresh



On Tue, Dec 13, 2016 at 1:27 PM, Simone Dalmasso <simone.dalmasso at gmail.com>
wrote:

> Hi,
>
> you could copy the people_profile table from one database to the other.
>
> 2016-12-13 7:53 GMT+01:00 Naresh N <naresh919 at gmail.com>:
>
>> Dear GeoNode Users,
>>
>> We have multiple web gis applications and using single-sign on method for
>> logins.We have around 5 lakh registered users for our portal. We have
>> deployed Geonode in our Environment.How do we make all existing our earlier
>> registered users should able login GeoNode without registering again.
>> Please guide me to do the task.  Please let me know  more information
>> required to understand the task.
>>
>> Thanks&Regards,
>> Naresh
>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/geonode-users
>>
>>
>
>
> --
> Simone
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20161213/e62e9a7b/attachment.html>


More information about the geonode-users mailing list