First time here? Check out the FAQ!

manish's profile - activity

2018-01-16 07:34:11 -0500 received badge Notable Question (source)
2016-06-08 15:54:48 -0500 received badge Popular Question (source)
2016-05-10 15:50:23 -0500 received badge Notable Question (source)
2016-05-10 15:50:23 -0500 received badge Popular Question (source)
2016-04-13 01:41:12 -0500 received badge Popular Question (source)
2016-04-13 01:41:12 -0500 received badge Notable Question (source)
2016-04-12 02:38:28 -0500 received badge Notable Question (source)
2016-04-12 02:38:28 -0500 received badge Popular Question (source)
2016-04-07 16:35:29 -0500 received badge Famous Question (source)
2016-04-05 08:07:22 -0500 asked a question Reset Password

I have setup askbot on local and have no email working with it. Is there a way to reset password of user either by admin user or from backend or using manage.py or some way else.

2016-04-05 07:53:22 -0500 commented answer who has upvoted what ?

is there any default password for admin ......i donot remember setting any password

2016-04-05 04:08:43 -0500 received badge Famous Question (source)
2016-04-04 12:36:06 -0500 received badge Notable Question (source)
2016-04-04 06:07:42 -0500 received badge Famous Question (source)
2016-04-04 06:07:42 -0500 received badge Popular Question (source)
2016-03-31 23:21:39 -0500 received badge Scholar ( source )
2016-03-31 23:21:37 -0500 received badge Supporter ( source )
2016-03-31 23:21:08 -0500 asked a question who has upvoted what ?

I have setup my own askbot on local have 10-15 dummy users wanted to know how can i get which user has upvoted which question/answer [may be from database ].

2016-03-31 23:18:38 -0500 received badge Enthusiast
2016-03-30 03:06:57 -0500 asked a question Link not shown properly

Link not shown properly . I was trying to paste link as part of question on askbot platform but it doesn't show as complete single link instead half part is shown clickable

I have setup askbot on my local.

2016-03-24 21:49:58 -0500 received badge Nice Question (source)
2016-03-20 07:35:04 -0500 received badge Notable Question (source)
2016-03-20 07:35:04 -0500 received badge Popular Question (source)
2016-03-17 07:42:54 -0500 received badge Famous Question (source)
2016-03-15 03:41:55 -0500 asked a question How can i make somebody moderator

I have locally setup askbot in which i want to make a user moderator. How can i do that ?

2016-03-08 02:19:55 -0500 received badge Famous Question (source)
2016-03-08 02:19:54 -0500 received badge Famous Question (source)
2016-03-05 07:22:04 -0500 received badge Student (source)
2016-03-04 05:22:03 -0500 asked a question userassociation table in askbot db

Whats the importance of the below code in deps/django_authopenid/backends.py ? I have integrated LDAP and LDAP server seems to be returning response but code fails over here and user is hence not able to login.

Does below code expects some predefined data in table "django_authopenid_userassociation" ?

assoc = UserAssociation.objects.get(
openid_url = ldap_username + '@ldap',
provider_name = 'ldap'
)
print "backend.py - " + str(assoc)
user = assoc.user

2016-03-03 03:12:02 -0500 received badge Editor (source)
2016-03-02 23:51:52 -0500 asked a question LDAP configuration issue

i am trying to connect askbot locally setup to my ldap server but its not working and given below error. Any suggestions?

Exception happened during processing of request from ('10.96.181.147', 51019)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 593, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 102, in __init__
super(WSGIRequestHandler, self).__init__(args, *kwargs)
File "/usr/lib/python2.7/SocketServer.py", line 649, in __init__
self.handle()
File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 167, in handle
self.raw_requestline = self.rfile.readline(65537)
File "/usr/lib/python2.7/socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out

Also where do we setup password of ldap server ???