Coder Social home page Coder Social logo

Comments (5)

wipascal avatar wipascal commented on June 4, 2024

@freebeat I don't know what you mean with "list of all persons", but I agree that adding and editing subscriptions didn't work. If fixed that just now. (And even managed to subscribe my email address [email protected] for the English prayer bulletin using only BasxConnect!!!)

from basxconnect.

freebeat avatar freebeat commented on June 4, 2024

Seems to be a permission problem, as it works properly as admin, but not as beat

from basxconnect.

saemideluxe avatar saemideluxe commented on June 4, 2024

@freebeat your users role has the "Technical Staff" role assigned. This role has a fixed set of permissions assigned, but firstly not all permissions and secondly will not get automatically get permissions for new models/tables.

If you want a user that has always all permissions I recommend you enable the is_superuser attribute on your user. This will treat your user like it always has all permissions. Besides this there is not much more "power" to users with super-abilities (like making changes to the file-system outside of the upload folder or updating installed packages).

FYI: The is_staff attribute tells if a user can login to the Django admin backend (that is just the default Django-semantic of the attribute, we could repurpose that for our own system if desired).

from basxconnect.

wipascal avatar wipascal commented on June 4, 2024

Yes, I added some new Models but did not add new permissions to "Technical Staff". I added them now.

from basxconnect.

freebeat avatar freebeat commented on June 4, 2024

Thanks, works

from basxconnect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.