These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Eve Alliance Auth - Open Source

First post First post
Author
Your Favourite Canadian
Caldari Provisions
Caldari State
#121 - 2015-03-01 22:37:59 UTC
Your Favourite Canadian wrote:
Your Favourite Canadian wrote:
Is there a way to allow blues to apply to groups without giving them the ability to approve or deny others from joining groups?

Anyone able to help me with this?


Found it, Files to edit:

\templates\registered\groups.html
Change Line 12 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

\templates\registered\dashboard.html
Change Line 9 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

\templates\public\base.html
Change Line 79 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

This worked for me. If anyone has any further input about this, I would love it.
Bill Ramen
Perkone
Caldari State
#122 - 2015-03-04 16:49:16 UTC
I have a weird one. My installation is setting in-alliance members as being in the Blue group in ts3. Suggestions?
Subsparx
Crimson Serpent Syndicate
#123 - 2015-03-06 23:32:44 UTC
Is there a way to integrate this with Cyerus' EVEAPI PHPBB mod? I'd like it to be able to not just make a PHPBB3 account but pass the API key information in to the PHPBB account as well so that it automatically pulls avatars and other various features.

CEO of Crimson Serpent Syndicate - www.crimsonserpent.com

Chairman of Heiian Conglomerate - www.heiian.com

Owner of FWC - www.factionwarfare.com

Mr McClain
Claws of the Demon
#124 - 2015-03-07 01:01:45 UTC
Your Favourite Canadian wrote:
Your Favourite Canadian wrote:
Your Favourite Canadian wrote:
Is there a way to allow blues to apply to groups without giving them the ability to approve or deny others from joining groups?

Anyone able to help me with this?


Found it, Files to edit:

\templates\registered\groups.html
Change Line 12 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

\templates\registered\dashboard.html
Change Line 9 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

\templates\public\base.html
Change Line 79 to:
{% if perms.auth.alliance_member or perms.auth.blue_member %}

This worked for me. If anyone has any further input about this, I would love it.



you should be able to do it in the blue member permissions under the group.
Mr McClain
Claws of the Demon
#125 - 2015-03-07 01:02:30 UTC
Subsparx wrote:
Is there a way to integrate this with Cyerus' EVEAPI PHPBB mod? I'd like it to be able to not just make a PHPBB3 account but pass the API key information in to the PHPBB account as well so that it automatically pulls avatars and other various features.


at this time is doesnt have that ability.
Mr McClain
Claws of the Demon
#126 - 2015-03-07 01:03:17 UTC
Arthmer wrote:
Is there any way to view a list of accepted applications? They seem to disappear after I mark them as accepted, and sometimes I'd like to check the info that was on them.


yes the admin can see them
Mr McClain
Claws of the Demon
#127 - 2015-03-07 01:04:48 UTC
Errik Thrakkar wrote:
If there is anyone out there who can help with setting an instance of this up, we could use it. We'll gladly exchange our ISK for your time and expertise.


sorry for the late reply ive been working away from home for the past couple of months im back now every weekend let me know if i can still help
Subsparx
Crimson Serpent Syndicate
#128 - 2015-03-07 04:33:36 UTC  |  Edited by: Subsparx
Alright, so Python/Django is a bit of a mystery to me. How do I change what my home page portal is? It's obviously not the index.html located in /var/www/, and I want the home portal to be a wordpress site, and I can link the auth, killboard, forums etc from there.

EDIT: Not interested in doing this anymore, decided I wanted a home splash page.

CEO of Crimson Serpent Syndicate - www.crimsonserpent.com

Chairman of Heiian Conglomerate - www.heiian.com

Owner of FWC - www.factionwarfare.com

Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#129 - 2015-03-09 23:07:15 UTC  |  Edited by: Adarnof
Your Favourite Canadian wrote:
Im having an issue with groups being assigned correctly in Auth but not syncing them to other services.

Example:
Alliance member Registers on Auth, is correctly assigned permissions to create jabber, mumble, and forum accounts.
Alliance member accounts are created on all three services but added to group "Empty" instead of Alliance member. Anyone know why its adding them to group Empty?


Had this issue, found a fix: when issuing the "tying it all together" command below, it needed to be sudo'd:
Quote:
screen -dm bash -c 'python manage.py celerybeat --verbosity=2 --loglevel=DEBUG'


Knowing nothing of linux commands, I did this:
Quote:
sudo screen -dm bash -c 'python manage.py celerybeat --verbosity=2 --loglevel=DEBUG'
Subsparx
Crimson Serpent Syndicate
#130 - 2015-03-10 02:21:44 UTC
So, I've never really used the screen command much in Linux. Do I have to do anything special to make this launch on system startup? Current attempts to do this seem to result in it not running correctly until I do it manually, also from sudo as well (or logged in as root)

CEO of Crimson Serpent Syndicate - www.crimsonserpent.com

Chairman of Heiian Conglomerate - www.heiian.com

Owner of FWC - www.factionwarfare.com

Leonis Perthshire
Dreddit
Test Alliance Please Ignore
#131 - 2015-03-10 08:18:15 UTC
Do you have an option to like tweet when services are down or experiencing difficulties?

“If you win, you live. If you lose, you die. If you don’t fight, you can’t win!” – Eren Jaeger

White Maul

Errik Thrakkar
Republic Military School
Minmatar Republic
#132 - 2015-03-10 16:46:27 UTC
Subsparx wrote:
So, I've never really used the screen command much in Linux. Do I have to do anything special to make this launch on system startup? Current attempts to do this seem to result in it not running correctly until I do it manually, also from sudo as well (or logged in as root)


You can create a bash script which launches the appropriate stuff in a screen session and then use something like cron to fire up said bash script when you need it.
Subsparx
Crimson Serpent Syndicate
#133 - 2015-03-10 17:49:19 UTC
I'll try that. I was running it from cron with the @reboot flag and it didn't seem to work.

CEO of Crimson Serpent Syndicate - www.crimsonserpent.com

Chairman of Heiian Conglomerate - www.heiian.com

Owner of FWC - www.factionwarfare.com

Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#134 - 2015-03-12 23:04:18 UTC  |  Edited by: Adarnof
Having a few issues with Openfire integration.

Firstly, the broadcast feature does not actually broadcast. In the settings.py customization section it says
Quote:
Change teh OPENFIRE_SECRET_KEY and BROADCAST_USER_PASSWORD to whatever you want these to be. We will configure openfire to utilize these later.
but the Openfire configuration instructions make no reference to the broadcast user. Is it possible the auth system is failing to log in to broadcast because we never configured Openfire to allow it? Simply adding a user with the credentials listed hasn't worked.


Secondly, groups are not all being created and no members have been assigned into them. Celery is in fact running and executing its tasks. Some but not all groups of registered members have been added to Openfire, but they have no members in them.Somehow this fixed itself. I'm not going to ask questions.
Cymion
Ministry of War
Amarr Empire
#135 - 2015-03-13 10:49:05 UTC
With the updates to Phpbb 3.1 Cyerus's mod doesn't work anymore, is there any plans to maybe include some form of the API functionality (like api being plugged into ACP info, auto pulling protraits, etc) into this or something like it?

Sorry if it's a dumb question, pretty newb when it comes to code so I was looking to see if maybe SSO integration could replace the borked mod.

Wake early if you want another man's life or land. No lamb for the lazy wolf. No battles won in bed.

bcpror9981
EVE Protection Agency
#136 - 2015-03-22 16:22:08 UTC
is the team speak authentication feature functional yet?
Adarnof
Kingsparrow Wormhole Division
Birds of Prey.
#137 - 2015-03-26 02:35:39 UTC
For those of us who require apache2 version 2.4 or above, I've rewritten the available site configurations to use the new permissions system.

000-default becomes 000-default.conf

default-ssl becomes default-ssl.conf

Goes without saying you'll need to perform the same customization as before.
mia nadal
Imperial Shipment
Amarr Empire
#138 - 2015-04-01 07:42:45 UTC
Love this app, You're Awesome and i'll send you some cookies in isk form later =)

My only problem was with openfire broadcasts.

after quite a bit of digging through logs, the correct format seems to be:

BROADCAST_USER = os.environ.get('AA_BROADCAST_USER', "BROADCASTUSERYOUMADEINOPENFIRE@") + JABBER_URL

with the correct password in the next line.

not user@host, or just user, but user@.

hope that helps others, as i saw other people asking here =)
bcpror9981
EVE Protection Agency
#139 - 2015-04-06 06:08:06 UTC
is it still possible to pay for an install job? if so hit me up in game.

thx
TigerXtrm
KarmaFleet
Goonswarm Federation
#140 - 2015-04-07 15:01:08 UTC
Trying to install this on a CentOS server (which should in theory be possible, right?) but it's giving me all sorts of trouble. Anyone who is able to help me out?

My YouTube Channel - EVE Tutorials & other game related things!

My Website - Blogs, Livestreams & Forums