Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Development
  1. OpenProject
  2. Forums
  3. Development
  4. Autologin from URL?

Autologin from URL?

Added by Dan Stover almost 10 years ago

Is there a way to automatically log into Openproject from a URL get string? For example, http://openproject/login?user=jsmith&password=NOPW.

Please advise. Thanks…Dan.


Replies (3)

RE: Autologin from URL? - Added by Michael Seidler over 5 years ago

Have anybody a solution fo this nice idea/features?

Dan Stover wrote:

Is there a way to automatically log into Openproject from a URL get string? For example, http://openproject/login?user=jsmith&password=NOPW.

Please advise. Thanks…Dan.

RE: Autologin from URL? - Added by Oliver Günther over 5 years ago

That's quite dangerous because your password 

  1. get requests should be strictly idempotent
  2. your passwords will be logged in proxies and everwhere your request is being logged to (browser history etc.).

What do you want to achieve?

Best,

Oliver

RE: Autologin from URL? - Added by Hari` Om over 5 years ago

I have installed OpenProject in Azure VM but I want all users to use same credential to create project or Gantt charts but I do not want user to sign in.

  • (1 - 3/3)
Loading...